DATABRICKS
Databricks
Databricks Cost

Get Databricks cost overview

Get cost overview with summary metrics.

Returns total DBUs, estimated cost, and period-over-period comparison.

get/api/v1/databricks/cost/overview

Query parameters

start_datestring date required

Start date for the period

Start date for the period

end_datestring date

End date for the period

End date for the period

workspace_idstring nullable

Filter by workspace ID

Filter by workspace ID

navigationSourcestring nullable

Headers

x-tenantstring required

Response

Successful Response

total_dbusnumber required

Total DBU consumption

estimated_costnumber required

Estimated cost in USD

days_countinteger required

Number of days in the period

workspace_countinteger required

Number of active workspaces

sku_countinteger required

Number of distinct SKUs

delta_pctnumber nullable

Percentage change vs previous period

daily_average_dbusnumber required

Average daily DBU consumption

cloud_costnumber nullable

Cloud infrastructure cost (USD) for the window from dbx_cloud_cost_daily. Present only when the tenant's showCloudCosts flag is enabled AND the fact table exists; None otherwise.

total_costnumber nullable

estimated_cost (DBU) + cloud_cost. Present only when showCloudCosts is enabled AND cloud_cost is available; None otherwise. estimated_cost stays DBU-only for backward compatibility.

Changes