v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBPage-level Auto Tune status for a job
Read-only status endpoint consumed by the Auto Tune tab on mount.
Aggregates auto_tune_mode across every (entity_id, task_key) row for this job: master is "enabled" if ANY task is enabled. Surfaces a job-level preflight result so the FE can disable the master Switch when the SP can't act on the workspace, with the exact actionable message we'd show on a real toggle attempt. Also returns recommendation_count so the FE can gate the Auto Tune tab. Savings figures are not computed here — the FE derives its overall savings tiles from the per-day /auto-tune/savings-trends series (ClickHouse dbx_jobs_cost_savings).
No DB writes — the preflight result is a snapshot for UI gating only.
Path parameters
Query parameters
Tenant instance ID (workspace) the job runs in
Tenant instance ID (workspace) the job runs in
Optional Databricks workspace_id to scope queries to a specific workspace within the tenant's Databricks account. Defends against cross-workspace job_id collisions. When None, falls back to (instance_id, entity_id) lookup.
Optional Databricks workspace_id to scope queries to a specific workspace within the tenant's Databricks account. Defends against cross-workspace job_id collisions. When None, falls back to (instance_id, entity_id) lookup.
Headers
Response
Successful Response