---
title: "Get KPI bar metrics"
method: GET
path: "/akrites/metrics"
tags: ["Dashboard"]
---

# Get KPI bar metrics

`GET /akrites/metrics`

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

## Response `200`

Metrics snapshot.

- OsspreyMetrics
  - `criticalPackages` integer, required — Total number of packages marked as critical (is_critical = true).
  - `coveragePercent` number, float, required — Percentage of critical packages with an active stewardship (assessing, active, or needs_attention).
  - `coverageTrend` number, float, nullable, required — Coverage delta vs. previous period. Currently always null (requires snapshot mechanism).
  - `activeStewards` integer, required — Distinct stewards assigned to a non-inactive stewardship.
  - `unassignedCritical` integer, required — Critical packages with no stewardship or status = unassigned.
  - `needsAttention` integer, required — Critical packages whose stewardship status is needs_attention.
  - `escalated` integer, required — Critical packages whose stewardship status is escalated.

## Other responses

- `401` — Missing or invalid bearer token.

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api-akrites.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api-akrites/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api-akrites/revisions/17bbb3d320c3/schema)
