---
title: "Episode Counts"
method: GET
path: "/snapshots/{snapshot_id}/episodes/counts"
tags: ["dashboard"]
---

# Episode Counts

`GET /snapshots/{snapshot_id}/episodes/counts`

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- EpisodeCountsResponse — Counts by tier and by kind, from a grouped read of the same filters. Exists for the same reason the decision counts endpoint does: a page that counts its own rows reports the size of a window, not the size of a store.
  - `available` boolean
  - `total` integer
  - `by_tier` object
  - `by_kind` object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `98c833b3480d` — 2 info
  - the `by_kind` response's property default value `{}` was added for the status `200`
  - the `by_tier` response's property default value `{}` was added for the status `200`

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/snapshots/:snapshot_id/episodes/counts/get.md)

---

[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/98c833b3480d?raw)
