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

# Get warehouse events

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

Get events for a specific warehouse.

## Path parameters

- `warehouse_id` string, required

## Query parameters

- `start_date` string, date, required — Start date
- `end_date` string, date — End date
- `event_type` string, nullable — Filter by event type (e.g., SCALED_UP, SCALED_DOWN)
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- WarehouseEventsResponse — Response for warehouse events.
  - `warehouse_id` string, required
  - `events` WarehouseEvent[], required
    - `warehouse_id` string, required
    - `event_type` string, required
    - `event_time` string, date-time, required
    - `cluster_count` integer, nullable
  - `total_count` integer, required

## 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/103580dad816/schema)
