ComfyUI Node
Beeble List Jobs
Diagnostic node: list recent SwitchX jobs (status, progress, type, created-at) in a compact table. Useful for confirming concurrent-limit headroom before a batch, or recovering after a cancelled workflow -- the underlying API job keeps running and is billed regardless, and this node lets you find its id. Outputs the latest job_id and a next_cursor for pagination. Read endpoint, no credit cost; rate-limited at 5 RPM per account.
Beeble List Jobs
- summary
- latest_job_id
- next_cursor
- raw_json
◄limit20►
◄trigger►
◄cursor►
CategoryBeeble AI
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| limit | INT | 201–100 | Maximum number of jobs to return (per page). |
| trigger | STRING | Edit this value to force a re-fetch. ComfyUI caches results based on inputs. | |
| cursoropt | STRING | Pagination cursor (from the previous response's next_cursor). Leave empty for the first page. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| summary | STRING | — |
| latest_job_id | STRING | — |
| next_cursor | STRING | — |
| raw_json | STRING | — |