---
title: "List Detected Clips"
method: GET
path: "/api/v1/jobs/{job_id}/clips"
tags: ["Jobs"]
---

# List Detected Clips

`GET /api/v1/jobs/{job_id}/clips`

## Path parameters

- `job_id` 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/versions/c5f6b8674011/schema)
