list_jobs
Retrieve a list of Bauplan jobs with optional filters by job ID, status, user, or time range to monitor pipeline executions.
Instructions
Retrieve a list of jobs in Bauplan, optionally filter by job id, status (COMPLETE, FAIL, ABORT, RUNNING), user name, start and end time (UTC, format '%m/%d/%y %H:%M:%S').
Args: job_id: Optional filter by job ID status: Optional filter by job status, either COMPLETE, FAIL, ABORT or RUNNING user_name: Optional filter by user name start_time: Optional filter by job start time, UTC time, '%m/%d/%y %H:%M:%S', e.g. '09/19/22 13:55:26' end_time: Optional filter by job finish time, UTC time, '%m/%d/%y %H:%M:%S', e.g. '09/19/22 13:55:26'
Returns: JobsList: Object containing list of jobs with their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| status | No | ||
| user_name | No | ||
| start_time | No | ||
| end_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| total_count | Yes |