---
title: "Batch Recaps"
method: GET
path: "/v1/recaps/batch"
tags: ["Recaps"]
---

# Batch Recaps

`GET /v1/recaps/batch`

## Query parameters

- `limit` integer
- `cursor` string, nullable
- `created_after` string, nullable
- `created_before` string, nullable
- `status` string, nullable

## Response `200`

Success

- BatchPublicRecapsResponse
  - `recaps` PublicRecapResponse[], required
    - `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
  - `next_cursor` 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)
