Skip to content

jobs

Inspect and manage async job history

Authentication scope: local

List recent jobs from the local ledger

Terminal window
fabio jobs list
Flag Type Required Description
--status string No Filter by status (e.g., running, completed, failed)

Read-only · Returns list

Get details of a specific job

Terminal window
fabio jobs get --id <value>
Flag Type Required Description
--id string Yes Job ID

Read-only · Returns object

Remove completed/failed jobs from the ledger

Terminal window
fabio jobs prune
Flag Type Required Description
--include-running bool No Remove all jobs including currently running ones

Mutates state · Destructive · Returns object