v1

OpenAPI 3.1.02026-08-0410576180.0 KB
Videos

Get Video Status

Get the processing status of a submitted video.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response without DB access. Requires League header and x-api-key header.

get/api/v1/videos/{video_uuid}/status

Path parameters

video_uuidstring required

Headers

x-api-keystring nullable
Leaguestring nullable

Response

Successful Response

video_idstring required

The ID of the video

status'pending' | 'processing' | 'completed' | 'failed' required

Enum for video processing status.

progressinteger nullable

Processing progress percentage (0-100)

messagestring nullable

Status message or error details

info_requiredboolean

True when the submission was accepted (credit charged) but the game info has not been provided yet — processing starts only after POST /videos/{video_uuid}/info.

created_atstring date-time required

Timestamp of submission

updated_atstring date-time required

Timestamp of last update

completed_atstring date-time nullable

Timestamp when processing completed