get_queue
Retrieve the current execution queue from ComfyUI, including running and pending jobs with their prompt IDs and positions. Use this to see workflow status before canceling or checking job history.
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 | |||