Veo Task Query
OpenAI Format
Veo Task Query
Use GET /v1/videos/{task_id} to query Veo video task status and results.
GET
Veo Task Query
Veo Task Query
OpenAI-style query entry point. If the task was submitted viaPOST /v1/video/create, please use Query Task.
Veo series submissions are also queried via GET /v1/videos/{task_id}. The external response remains an OpenAI-style video object.
- The query path is
GET /v1/videos/{task_id}. - After the task is completed, the result can usually be read from
video_urlor the proxy content address. - The routing layer is still handled uniformly by
controller.RelayTaskFetch.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Video task ID.
Response
Task ID.
Always
video.Task status. Common values include
queued, processing, completed, failed, and cancelled.Progress percentage.
Output duration.
Output dimensions.
Video result URL.