producer_get_tasks_batch
Check the status of multiple music generation tasks in one request. Retrieve audio and status info for up to 50 tasks at once.
Instructions
Query multiple music generation tasks at once.
Efficiently check the status of multiple tasks in a single request.
More efficient than calling producer_get_task multiple times.
Use this when:
- You have multiple pending generations to check
- You want to get status of several songs at once
- You're tracking a batch of generations
CRITICAL: Same as producer_get_task — only consider a task complete when its state
is 'complete' and success is true. Intermediate audio_url values during 'pending'
state are streaming previews, NOT final results.
Returns:
Status and audio 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 |