v1

latestOpenAPI 3.1.02026-07-17152154.1 KB
Dashboard

Get KPI bar metrics

Returns aggregate counts that power the global KPI bar on the OSSPREY dashboard (total packages, coverage %, active stewards, unassigned critical, needs-attention, escalated).

get/akrites/metrics

Response

Metrics snapshot.

criticalPackagesinteger required

Total number of packages marked as critical (is_critical = true).

coveragePercentnumber float required

Percentage of critical packages with an active stewardship (assessing, active, or needs_attention).

coverageTrendnumber float nullable required

Coverage delta vs. previous period. Currently always null (requires snapshot mechanism).

activeStewardsinteger required

Distinct stewards assigned to a non-inactive stewardship.

unassignedCriticalinteger required

Critical packages with no stewardship or status = unassigned.

needsAttentioninteger required

Critical packages whose stewardship status is needs_attention.

escalatedinteger required

Critical packages whose stewardship status is escalated.

All 15 operations