get_queue
Retrieve the current ComfyUI execution queue with running and pending jobs. Use this before managing or editing queued jobs.
Instructions
Get the current ComfyUI execution queue: the job running now plus all pending jobs, each with its prompt_id and position. Read-only; requires a reachable ComfyUI server (works against local or remote --comfyui-url). By default this omits queued workflow payloads to keep output small; set include_workflows:true when you need to inspect or edit the exact pending payload. Use this before cancel_job (running), cancel_queued_job/clear_queue (pending), move_queued_job, or edit_queued_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_workflows | No | Include each running/pending job's workflow payload and extra_data. Can be large. |