get_batch_output
Retrieve outputs from completed jobs in a batch, including filenames for images, videos, and audio. Also shows pending, running, or errored job status.
Instructions
Collected outputs for a batch's COMPLETED jobs: for each done prompt_id, the raw ComfyUI history outputs (node id → images/videos/audio filenames, same data get_history reports — feed filenames to get_image). Jobs still pending/running are listed with their state; errored jobs carry the error message. Safe to call before the batch finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | The batch_id returned by submit_batch. |