Skip to main content
GET
Retrieve the current status and output of a video generation request. Use this endpoint to poll for completion after submitting a video with POST /v1/videos.

Path parameters

string
required
The ID of the video to retrieve (returned from the generate endpoint).

Response

string
Unique identifier for the video.
string
Always "video".
integer
Unix timestamp of when the video was created.
integer
Unix timestamp of when the video finished generating. null until completed.
integer
Unix timestamp of when the video output URL will expire. null until completed.
string
The generation status. One of queued, in_progress, completed, or failed.
string
The model used for generation.
string
The prompt used to generate the video.
string
The video duration.
string
Output dimensions as "WIDTHxHEIGHT" (e.g., "1920x1080") or aspect ratio (e.g., "16:9").
object
The generated video output. Only present when status is completed.
object
Error details. Only present when status is failed.
object
Metadata about the request execution, including cost. See Billing.