---
title: "Episodes By File"
method: GET
path: "/snapshots/{snapshot_id}/episodes/by-file"
tags: ["dashboard"]
---

# Episodes By File

`GET /snapshots/{snapshot_id}/episodes/by-file`

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `path` string, required
- `limit` integer

## Response `200`

Successful Response

- EpisodeListResponse — A page of summaries, with the measured total behind it.
  - `available` boolean
  - `total` integer
  - `episodes` EpisodeSummary[]
    - `id` string, required
    - `tier` string, required
    - `kind` string, required
    - `subject` string, required
    - `evidence` string, required
    - `nodes` string[], required
    - `node_count` integer, required
    - `birth_commit` string, nullable, required
    - `birth_at` string, nullable, required
    - `last_seen_at` string, nullable, required
    - `still_true` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `98c833b3480d` — 1 info
  - the `episodes` 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/by-file/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)
