List Jobs
list_jobsFilter and retrieve Beaker jobs by owner, ID range, completion status, or whiteboard substring, with optional full job details.
Instructions
List Beaker jobs filtered by owner and other criteria.
Uses XML-RPC jobs.filter() to find matching job IDs, then optionally fetches full details for each via the REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max jobs to return. Default: 50. | |
| owner | No | Filter by job owner username. Defaults to BEAKER_OWNER env var. | |
| max_id | No | Maximum job ID. 0 to ignore. | |
| min_id | No | Minimum job ID. 0 to ignore. | |
| finished | No | 'true' for finished only, 'false' for unfinished, empty for all. | |
| whiteboard | No | Substring match on job whiteboard. | |
| fetch_details | No | Fetch full details for each job. Default: true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |