---
title: "Get cluster cost data"
method: GET
path: "/api/v1/databricks/clusters/{cluster_id}/cost"
tags: ["DATABRICKS", "Databricks", "Databricks Clusters"]
---

# Get cluster cost data

`GET /api/v1/databricks/clusters/{cluster_id}/cost`

Get cost data for a specific cluster.

## Path parameters

- `cluster_id` string, required

## Query parameters

- `start_date` string, date, required — Start date for cost data
- `end_date` string, date — End date for cost data
- `granularity` string — Time granularity (day, week, month)
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- ClusterCostResponse — Response for cluster cost data.
  - `cluster_id` string, required
  - `total_dbus` number
  - `estimated_cost` number
  - `daily_average_dbus` number
  - `daily_average_cost` number
  - `timeseries` ClusterCostPoint[]
    - `period` string, required
    - `total_dbus` number
    - `estimated_cost` number

## 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)
