Query Task
Unified Video
Query Task
Use GET /v1/video/query to query the status and result of Veo unified video tasks.
GET
Query Task
Query Task
After a Veo unified video task is submitted, useGET /v1/video/query to check its progress and result. 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
idquery parameter. - While processing, statuses such as
pendingorprocessingare commonly returned; after completion,video_urlwill include an accessible address.
Method and Path
Request Example
Response Example
detail structure when pending or completed (including upstream task metadata, thumbnails, progress percentage, and more). Please parse compatibly according to the actual response.
Authentication
Query Parameters
Task ID, consistent with the
id returned by the create interface.Response
Task ID.
Task status; common values include
pending, processing, completed, and failed.The video result URL. It may be
null when the task is not yet complete.The enhanced prompt; may be an empty string if enhancement is not enabled.
The most recent status update time (Unix timestamp, in milliseconds or seconds depending on the upstream source; please refer to the actual response).