v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBDATABRICKS
Databricks
Databricks Jobs
Get run/task-scoped task runs (requires run_id or task_key)
Run/task-scoped task runs: one row per (task_key, job_run_id).
Requires run_id (the tasks of a specific run) or task_key (one task's runs over time).
get/api/v1/databricks/jobs/{job_id}/task-runs/detail
Path parameters
job_idstring required
Query parameters
start_datestring date required
Start date
Start date
end_datestring date
End date
End date
run_idstring nullable
Filter by specific run ID
Filter by specific run ID
task_keystring nullable
Filter by specific task key
Filter by specific task key
sortAttributestring nullable
Column name to sort by. Valid columns: task_key, result_state, start_time, total_duration_seconds, cost_cents.
Column name to sort by. Valid columns: task_key, result_state, start_time, total_duration_seconds, cost_cents.
sortOrderstring nullable
Sort direction: 'asc' or 'desc' (defaults to 'desc').
Sort direction: 'asc' or 'desc' (defaults to 'desc').
pageinteger
Page number (1-indexed)
Page number (1-indexed)
page_sizeinteger
Items per page
Items per page
navigationSourcestring nullable
Headers
x-tenantstring required
Response
Successful Response