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

# Get cluster details

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

Get detailed information for a specific cluster.

## Path parameters

- `cluster_id` string, required

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- ClusterDetail — Detailed information for a cluster.
  - `cluster_id` string, required
  - `cluster_name` string, required
  - `workspace_id` string, required
  - `workspace_name` string, nullable
  - `instance_id` integer, nullable
  - `driver_node_type` string, nullable
  - `worker_node_type` string, nullable
  - `worker_count` integer, nullable
  - `min_autoscale_workers` integer, nullable
  - `max_autoscale_workers` integer, nullable
  - `cluster_source` string, nullable
  - `compute_type` string, nullable — Derived compute classification ('all_purpose', 'jobs', 'dlt'). The Auto Tune tab is only available when this is 'all_purpose'.
  - `state` string, nullable
  - `last_state_change` string, date-time, nullable
  - `creator_user_name` string, nullable
  - `spark_version` string, nullable
  - `runtime_engine` string, nullable
  - `enable_photon` boolean, nullable — Whether the cluster runs a Photon runtime, derived from the Databricks runtime version (dbr_version). None when the runtime version is unknown.
  - `autotermination_minutes` integer, nullable

## Other responses

- `403` — Not authorized
- `404` — Cluster not found
- `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/103580dad816/schema)
