veo_get_task
Check video generation task status and retrieve resulting video URLs and metadata. Monitor progress from processing to succeeded or failed, then access the completed output.
Instructions
Query the status and result of a video generation task.
Use this to check if a generation is complete and retrieve the resulting
video URLs and metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve video URLs from a previous generation
- You want to get the full details of a generated video
Task states:
- 'processing': Generation is still in progress
- 'succeeded': Generation finished successfully
- 'failed': Generation failed (check error message)
Returns:
Task status and generated video information including URLs and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | The task ID returned from a generation request. This is the 'task_id' field from any veo_text_to_video, veo_image_to_video, or veo_get_1080p tool response. | |
| trace_id | No | Optional trace identifier of the task to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |