---
title: "Get cost breakdown by workspace"
method: GET
path: "/api/v1/databricks/cost/breakdown/workspace"
tags: ["DATABRICKS", "Databricks", "Databricks Cost"]
---

# Get cost breakdown by workspace

`GET /api/v1/databricks/cost/breakdown/workspace`

Get cost breakdown by workspace.

Returns DBU consumption and cost grouped by Databricks workspace.

## Query parameters

- `start_date` string, date, required — Start date for the period
- `end_date` string, date — End date for the period
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- AppSchemasDatabricksCostCostBreakdownResponse — Response model for cost breakdown endpoint.
  - `breakdown` CostBreakdownItem[], required — Cost breakdown items
    - `name` string, required — Name of the group (SKU, workspace, product)
    - `total_dbus` number, required — Total DBUs for this group
    - `estimated_cost` number, required — Estimated cost for this group
    - `pct_of_total` number, required — Percentage of total cost
    - `record_count` integer, nullable — Number of billing records
  - `group_by` string, required — Grouping dimension (sku/workspace/product)
  - `total_dbus` number, required — Total DBUs across all groups
  - `total_cost` number, required — Total estimated cost

## Other responses

- `403` — Not authorized
- `404` — No ClickHouse database configured
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
