---
title: "Get Video Results"
method: GET
path: "/api/v1/videos/{video_uuid}/results"
tags: ["Videos"]
---

# Get Video Results

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

Get processing results for a submitted video.

When VIDEO_ENDPOINTS_LIVE is False, returns sample preview events.

## Path parameters

- `video_uuid` string, required

## Headers

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

## Response `200`

Successful Response

- VideoResultsResponse — Response schema for Glory League video results (GET /api/v1/videos/{video_uuid}/results).
  - `video_uuid` string, required — The video UUID
  - `events` VideoEventItem[] — List of detected events
    - `type` string, nullable — Event type
    - `occurred_time` number, nullable — Timestamp in seconds
    - `jersey_number` string, nullable — Player jersey number
    - `position_x` number, nullable — Court position X
    - `position_y` number, nullable — Court position Y
    - `team_uuid` string, nullable — Team UUID
    - `event_confidence` number, nullable — Event confidence
    - `player_confidence` number, nullable — Player confidence

## 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/356993d0ef07/schema)
