Get video
get_videoRetrieve a video by its ID and check its current processing status. Poll after upload to track progress from UPLOADED to READY; player links appear when ready, or ERROR details on failure.
Instructions
Get a single video by its ID with the current processing status. Use it to poll after upload_video: the status walks UPLOADED -> PROCESSING -> READY (the content field with the player links is filled only in READY) or ends in ERROR (details in error). Poll at most once every 5 seconds — processing time scales with the video length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID from the upload_video or list_videos response — an opaque string, not a UUID. |