Skip to main content
GET
Veo Task Query

Veo Task Query

OpenAI-style query entry point. If the task was submitted via POST /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_url or the proxy content address.
  • The routing layer is still handled uniformly by controller.RelayTaskFetch.

Method and Path

Request Example

Response Example

Authentication

Path Parameters

string
required
Video task ID.

Response

string
Task ID.
string
Always video.
string
Task status. Common values include queued, processing, completed, failed, and cancelled.
integer
Progress percentage.
string
Output duration.
string
Output dimensions.
string
Video result URL.