Nodes/ComfyUI Beeble AI/Beeble List Jobs
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.

By am-pipeline-prod·Created 3 months ago·Updated 3 months ago· 3
Beeble List Jobs
    • summary
    • latest_job_id
    • next_cursor
    • raw_json
    limit20
    trigger
    cursor
    CategoryBeeble AI

    Inputs (3)

    NameTypeDefaultDescription
    limitINT201–100Maximum number of jobs to return (per page).
    triggerSTRINGEdit this value to force a re-fetch. ComfyUI caches results based on inputs.
    cursoroptSTRINGPagination cursor (from the previous response's next_cursor). Leave empty for the first page.

    Outputs (4)

    NameTypeDescription
    summarySTRING
    latest_job_idSTRING
    next_cursorSTRING
    raw_jsonSTRING