Skip to content

Trust & Dependencies API

15 endpoints for flaky test detection, dependency scanning, vulnerability tracking, and policy reconciliation.

Flaky Tests

MethodPathDescription
GET/api/phase3/flaky/statsFlaky test statistics
GET/api/phase3/flakyList all flaky tests
GET/api/phase3/flaky/:owner/:repoRepo flaky tests
POST/api/phase3/flaky/:id/graduateMark as no longer flaky
POST/api/phase3/flaky/:id/dismissDismiss flaky detection

Policy Reconciler

MethodPathDescription
GET/api/phase3/reconciler/runsReconciliation run history
GET/api/phase3/reconciler/reposRepo reconciler configs
POST/api/phase3/reconciler/runTrigger reconciliation
PUT/api/phase3/reconciler/repos/:owner/:repoUpdate repo config

Dependencies

MethodPathDescription
GET/api/phase3/dependencies/statsDependency statistics
GET/api/phase3/dependencies/vulnerabilitiesAll vulnerability advisories
GET/api/phase3/dependencies/:owner/:repoRepo dependency manifests
POST/api/phase3/dependencies/:owner/:repo/scanTrigger dependency scan
POST/api/phase3/dependencies/:owner/:repo/batch-prCreate batch update PR
POST/api/phase3/dependencies/vuln/:id/dismissDismiss a vulnerability

Intelligence & Audit API

Released under the MIT License.