get_queue
Retrieve the current ComfyUI execution queue with running and pending jobs. Check workflow status before canceling or clearing 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). Returns JSON with running and pending arrays. Use this to see what is in flight before cancel_job (running) or cancel_queued_job/clear_queue (pending); use get_job_status or get_history for the outcome of one specific prompt_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||