seedream_get_tasks_batch
Check status of multiple Seedream image tasks at once. Retrieve generation results and track batch progress in a single API request instead of querying individually.
Instructions
Query multiple Seedream image tasks at once.
Efficiently check the status of multiple tasks in a single request.
More efficient than calling seedream_get_task multiple times.
Use this when:
- You have multiple pending generations to check
- You want to get status of several images at once
- You're tracking a batch of generations
Returns:
Status and image information for all queried tasks.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | List of task IDs to query. Allows querying multiple tasks at once. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |