---
title: "Get Enrichment Stats"
method: GET
path: "/api/v3/enrichments/stats"
tags: ["Enrichments"]
---

# Get Enrichment Stats

`GET /api/v3/enrichments/stats`

Get status-bucketed counts of enrichments for the authenticated user.
Rows with NULL status are bucketed under `"unknown"`. Respects the same
`institution_ids` filter as GET /enrichments, so pill counts stay in sync
when an institution filter is active. Status is deliberately not a filter
here — stats is the source of the pill counts.

## Query parameters

- `institution_ids` string[]

## Response `200`

Successful Response

- EnrichmentStatsResponse
  - `total` integer, required
  - `by_status` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
