---
title: "Get Stats"
method: GET
path: "/missed-ground-truth-items/stats"
---

# Get Stats

`GET /missed-ground-truth-items/stats`

Get aggregated statistics for missed ground truth items.

Returns aggregated counts for dashboard widgets,
including breakdowns by type, causal relation, and source.

Args:
    organization_id: Organization ID to get stats for

Returns:
    MissedGroundTruthItemStats containing aggregated statistics

Raises:
    HTTPException: If user is unauthorized or organization not found

## Query parameters

- `organization_id` string, required

## Response `200`

Successful Response

- MissedGroundTruthItemStats — Aggregated statistics for missed ground truth items. Provides counts and trends for dashboard widgets.
  - `total_count` integer, required
  - `by_item_type` object, required
  - `by_causal_relation` object, required
  - `by_source` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
