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

# Get cluster state history

`GET /api/v1/databricks/clusters/{cluster_id}/state-history`

Get state change history for a specific cluster.

## Path parameters

- `cluster_id` string, required

## Query parameters

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

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- ClusterStateHistoryResponse — Response for cluster state history.
  - `cluster_id` string, required
  - `history` ClusterStateChange[], required
    - `cluster_id` string, required
    - `cluster_name` string, required
    - `state` string, required
    - `change_time` string, date-time, required
    - `worker_count` integer, nullable

## Other responses

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

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
