Query Task
Unified Video
Query Task
Use GET /v1/video/query to query the status and result of a Sora unified video task.
GET
Query Task
Query Task
After a Sora unified video task is submitted, query its progress and result throughGET /v1/video/query. The query parameter uses id, whose value is the task ID returned by Create Video.
- The route entry is
GET /v1/video/query. - The task ID is passed in via the Query parameter
id, and the format is usuallysora-2:task_.... - The response structure is consistent with the OpenAI VIDEO format and may include fields such as
status,progress,detail, andvideo_url.
Method and Path
Request Example
Response Example
detail structure when pending or completed. Please perform compatible parsing based on the actual response.
Authentication
Query Parameters
Task ID, which matches the
id returned by the creation interface.Response
Task ID.
Object type, commonly
video.The actual model name used.
Task status; common values include
pending, queued, processing, completed, failed, and cancelled.Task progress.
Creation time (Unix timestamp).
Output specification.
Task details, usually including echoed
input and upstream metadata.Video result URL, appears after completion.
Most recent status update time (Unix timestamp).