veo_get_tasks_batch
Retrieve status and video details for multiple video generation tasks at once. Reduces the need for repeated single-task queries.
Instructions
Query multiple video generation tasks at once.
Efficiently check the status of multiple tasks in a single request.
More efficient than calling veo_get_task multiple times.
Use this when:
- You have multiple pending generations to check
- You want to get status of several videos at once
- You're tracking a batch of generations
Returns:
Status and video information for all queried tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional task type filter. | |
| limit | No | Maximum number of tasks to return. | |
| offset | No | Number of matching tasks to skip for list retrieval. | |
| task_ids | No | Optional list of task IDs to query. Maximum recommended batch size is 50 tasks. | |
| trace_ids | No | Optional list of trace identifiers to query. | |
| created_at_max | No | Return tasks created before this Unix timestamp. | |
| created_at_min | No | Return tasks created after this Unix timestamp. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |