---
title: "Get Recap"
method: GET
path: "/v1/recaps/{recap_id}"
tags: ["Recaps"]
---

# Get Recap

`GET /v1/recaps/{recap_id}`

## Path parameters

- `recap_id` integer, required

## Response `200`

Success

- PublicRecapResponse
  - `id` integer, required
  - `name` string, nullable
  - `editor_project_id` string, nullable
  - `status` string, required
  - `project_id` integer, required
  - `target_duration_seconds` integer, nullable
  - `render_video` string, nullable
  - `exclude_event_types` string[], nullable
  - `video_url` string, nullable
  - `otio_timeline` object, nullable
  - `duration` number, nullable
  - `num_clips` integer, nullable
  - `selected_edit_ids` string[], nullable
  - `render_job_id` string, nullable
  - `thumbnail_url` string, nullable
  - `failure_reason` string, nullable
  - `task_id` string, nullable
  - `created_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/narrative-sports/apis/narrative-sports-api.md) · [All operations](https://skmtc.net/narrative-sports/apis/narrative-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/narrative-sports/narrative-sports-api/revisions/86b5690d9e38/schema)
