get_batch_status
Retrieve per-job status for a batch created with submit_batch: view each prompt's state, rollup counts, and whether all jobs are terminal.
Instructions
Per-job status for a batch created by submit_batch: each prompt_id's state (pending/running/done/error/unknown) plus rollup counts and all_terminal. Batch ids are durable — they survive server restarts. Uses the same status source as get_job_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | The batch_id returned by submit_batch. |