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

# Get Episode

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

## Path parameters

- `snapshot_id` string, required
- `episode_id` string, required

## Response `200`

Successful Response

- EpisodeDetail — One episode, whole, with the currency question actually asked. ``current`` is the gate half of the verdict and ``still_true`` the sentence half. Both are served because they answer different questions: a reader asking *what happened here* wants the sentence even when the scope has moved, while anything putting a claim beside a statement about the present must respect the boolean.
  - `id` string, required
  - `tier` string, required
  - `kind` string, required
  - `subject` string, required
  - `body` 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, required
  - `current` boolean, required

## 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/29a9df53f763?raw)
