flux_get_tasks_batch
Retrieve the status and results of multiple Flux image generation tasks in a single request, reducing API calls compared to checking tasks individually.
Instructions
Query multiple Flux image generation tasks at once.
Efficiently check the status of multiple tasks in a single request.
More efficient than calling flux_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 result information for all queried tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | List of task IDs to query. Maximum recommended batch size is 50 tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |