jobs_runs_list
Retrieve a list of Databricks job runs filtered by job ID, status, time range, or run type.
Instructions
List historical job runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Optional job ID filter | |
| active_only | No | Only currently active runs | |
| completed_only | No | ||
| limit | No | ||
| page_token | No | ||
| start_time_from | No | Epoch ms (inclusive) | |
| start_time_to | No | Epoch ms (exclusive) | |
| run_type | No | JOB_RUN | WORKFLOW_RUN | SUBMIT_RUN |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |