jobd_list
List broker jobs with per-state counts. Defaults to active set; filter by state or project to locate specific job IDs.
Instructions
List jobs on the broker with per-state counts. Defaults to the active set (queued/assigned/running); filter by state (e.g. ['failed']) or project to find past runs. Each row is a compact summary: job_id, project, state, host, exit_code, queued_at, started_at — call jobd_job_get for a job's full record. Use to answer 'what is running / queued right now?' or to locate a job id you've lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | States to include — any of: queued, assigned, running, completed, failed, cancelled, preempted, orphaned, scheduling_timeout. Currently only the first is forwarded to the broker (single state_filter). | |
| project | No | Restrict to one project's jobs (the --project value used at submit). | |
| limit | No | Advisory cap on returned jobs (the broker currently returns its default window). |