---
title: "Stats Highlights"
method: GET
path: "/snapshots/{snapshot_id}/stats/highlights"
tags: ["stats"]
---

# Stats Highlights

`GET /snapshots/{snapshot_id}/stats/highlights`

Everything the Stats ("By the Numbers") page needs, in one call.

Returns a plain nested dict (no Pydantic response_model — the OSS route is
dict-based too) shaped to `StatsHighlights`.

Deliberately no health-summary, findings, dead-code, dependency, decision or
cost reads. Every one of those belongs to a page that already owns the
subject, and loading them here cost this endpoint five artifact fetches for
numbers shown better elsewhere.

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/cce15d886f2b?raw)
