---
title: "Get Snapshot History"
method: GET
path: "/api/v1/admin/reporting/snapshot/history"
tags: ["Admin APIs", "Reporting"]
---

# Get Snapshot History

`GET /api/v1/admin/reporting/snapshot/history`

Return daily overview snapshot rows for [start, end].

If start is omitted, returns all rows up to end.
If client (short_name) is provided, returns per-client rows instead of platform totals.
Today's data point uses the live engagement query (15-min cache) so it matches
the Overview widget; all prior dates come from snapshots.

## Query parameters

- `end` string, date, required
- `start` string, date, nullable
- `client` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
