check_jobs
Poll multiple audio jobs by ID to get their current status and results. Provides queued, running, succeeded, or failed status, with error details on failure.
Instructions
Batch-poll jobs by id. This is the companion to fan-out generation.
Returns one status record per id: {job_id, kind, status, provider, and — when done — path, duration, format, seed}. status is one of queued/running/succeeded/failed; failed records include an "error". Unknown ids come back with status "unknown".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |