comfyui_list_jobs
List jobs across queue and history with filtering, sorting, and pagination to review status, timing, and outputs.
Instructions
List jobs across queue and history with filtering, sorting, and pagination.
Returns {"jobs": [...], "pagination": {"offset", "limit", "total", "has_more"}}.
Each job includes prompt_id, status (pending/in_progress/completed/failed/cancelled),
timing, and outputs (when completed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max jobs to return. | |
| offset | No | Jobs to skip for pagination. | |
| status | No | Filter by job status (any combination). | |
| sort_by | No | Sort field. | created_at |
| sort_order | No | Sort direction. | desc |
| workflow_id | No | Filter by workflow ID set in extra_data. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||