---
title: "Get Followup Outcomes"
method: GET
path: "/analytics/followup-outcomes"
tags: ["analytics"]
---

# Get Followup Outcomes

`GET /analytics/followup-outcomes`

Followup outcome counts by category with monthly breakdown.

Aggregates from followup_outcomes within the given date range. The
`good_review_generated` card also includes review-request rows attributed
to the review pipeline within the same window.

Uses keyset pagination to avoid PostgREST row-cap truncation.

## Query parameters

- `start_date` string, nullable — Start date (YYYY-MM-DD)
- `end_date` string, nullable — End date (YYYY-MM-DD)

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/6e257c69d1d1/schema)
