get_job_status
Check the status of a ComfyUI job by its prompt ID. Returns whether the job is running, pending, or done.
Instructions
Check the status of ONE ComfyUI job by its prompt_id (the id returned by enqueue_workflow). Queries the connected ComfyUI server; requires it to be running. Returns JSON with three booleans — running (executing now), pending (queued, not yet started), and done (finished or no longer tracked). Use get_queue to see the whole queue at once, and get_history for a finished job's full details and output filenames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | The prompt ID returned by enqueue_workflow |