---
title: "List Video Detected Clips"
method: GET
path: "/api/v1/videos/{video_uuid}/clips"
tags: ["Videos"]
---

# List Video Detected Clips

`GET /api/v1/videos/{video_uuid}/clips`

Detected play clips for a submitted video — the same data the internal
flow serves at /jobs/{job_id}/clips.

video_uuid accepts either the Glory League video UUID or the league DB's
numeric videos.video_id (the /jobs key).

Empty until the stats were delivered (the clips query itself filters on
league status '4'). 404 when the key matches nothing.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response.

## Path parameters

- `video_uuid` string, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- DetectedClipsResponse
  - `clips` DetectedClip[], required
    - `video_id` string, required
    - `jersey_number` string, nullable
    - `team` string, nullable
    - `play_type` string, nullable
    - `play_type_name` string, nullable
    - `video_start_time` string, nullable
    - `video_end_time` string, nullable
    - `video_link` string, nullable
    - `exact_timestamp` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/revisions/42cb7b14430f/schema)
