v2
latestOpenAPI 3.1.02026-08-0810576180.4 KBInstaStatsVideos
Get Video Status
Get the upload/processing status of a video.
Pass the job_id returned by the submit endpoint. While the endpoint is not yet generally available, a preview state is returned.
The returned state is one of:
- "processing": the video is uploaded and still being processed or reviewed
- "completed": processing finished — stats are available, or there were no clips
- "Video can not processed by Mux": the source video could not be processed
- "Jersey Color Mismatch": the home and away jersey colors could not be told apart
- "Visible Issue": visible quality issue found during QC
- "cancelled": the job was cancelled by the client
The response also includes video_quality: objective measurements of the source video (resolution and frame_rate). Unknown metadata is represented by null component scores.
get/api/v1/instastats_videos/{job_id}/status
Path parameters
job_idstring required
Headers
x-api-keystring nullable
Leaguestring nullable
Response
Successful Response