Veo V2
Get Task Status
Poll the status of a video/image generation task. Use the task ID returned from any creation endpoint.
Status values
| Status | Description |
|---|---|
| processing | Task is being processed |
| completed | Done — file_urls contains the generated files |
| failed | Error — see error field for details. Credits are automatically refunded |
Rate limit: 30 requests/minute
get/v2/veo/tasks/{id}
Path parameters
idstring required
Task ID received from a creation endpoint
Response
Task status
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"prompt": "A cat walking on the beach at sunset",
"file_urls": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.