---
title: "Get warehouse details"
method: GET
path: "/api/v1/databricks/warehouses/{warehouse_id}"
tags: ["DATABRICKS", "Databricks", "Databricks Warehouses"]
---

# Get warehouse details

`GET /api/v1/databricks/warehouses/{warehouse_id}`

Get detailed information for a specific warehouse.

## Path parameters

- `warehouse_id` string, required

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- WarehouseDetail — Detailed information for a warehouse.
  - `warehouse_id` string, required
  - `warehouse_name` string, required
  - `workspace_id` string, required
  - `workspace_name` string, nullable
  - `instance_id` integer, nullable
  - `warehouse_type` string, nullable
  - `warehouse_size` string, nullable
  - `dbus_per_hour` number, nullable
  - `min_num_clusters` integer, nullable
  - `max_num_clusters` integer, nullable
  - `auto_stop_mins` integer, nullable
  - `state` string, nullable
  - `num_clusters` integer, nullable
  - `num_active_sessions` integer, nullable
  - `last_state_change` string, date-time, nullable
  - `creator_name` string, nullable
  - `spot_instance_policy` string, nullable
  - `enable_photon` boolean, nullable
  - `enable_serverless_compute` boolean, nullable
  - `is_auto_tune_enabled` string, nullable

## Other responses

- `403` — Not authorized
- `404` — Warehouse 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)
