Get video
get_videoCheck a video's processing status by ID and fetch player links when ready. Poll after upload to track progress from UPLOADED to READY or identify errors.
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. |