v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
DATABRICKS
Databricks
Databricks Cost

Get total estimated cost for the year

Get total estimated cost for the period (actual + projected).

Returns the grand total plus a per-segment breakdown for the requested category. Used for Future State total cost display.

get/api/v1/databricks/cost/total/estimate

Query parameters

start_datestring date required

Start date (typically start of year)

Start date (typically start of year)

end_datestring date required

End date (typically end of year)

End date (typically end of year)

workspace_idstring nullable

Filter by workspace ID

Filter by workspace ID

category'total' | 'clusters' | 'sql_warehouse' | 'ai_ml' | 'lakehouse' | 'platform'

Spec-group category identifier shared across the cost APIs.

Used by:

  • GET /cost/trends/by-product?category=<value> — selects which products get filtered in and how each row's segment label is computed.
  • GET /cost/overview — each category_breakdown item carries one of these values.

See CATEGORY_DEFINITIONS in app.service.databricks.cost_constants for the per-category filter list, segment label expression, and canonical legend order.

Which UI category to segment the estimate by. See /cost/overall/estimate for the segmentation rules.

navigationSourcestring nullable

Headers

x-tenantstring required

Response

Successful Response

totalnumber required

Total cost (actual + projected)

currencystring

Currency code

category'total' | 'clusters' | 'sql_warehouse' | 'ai_ml' | 'lakehouse' | 'platform'

Spec-group category identifier shared across the cost APIs.

Used by:

  • GET /cost/trends/by-product?category=<value> — selects which products get filtered in and how each row's segment label is computed.
  • GET /cost/overview — each category_breakdown item carries one of these values.

See CATEGORY_DEFINITIONS in app.service.databricks.cost_constants for the per-category filter list, segment label expression, and canonical legend order.