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

# Get warehouse running stats trends

`GET /api/v1/databricks/warehouses/{warehouse_id}/running-stats-trends`

> **Deprecated.**

Get daily active/idle time trends 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
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- AppSchemasDatabricksWarehouseWarehouseRunningStatsTrendsResponse — Response for warehouse running stats trends over time.
  - `warehouse_id` string, required
  - `trends` WarehouseRunningStatsPoint[], required — Daily active/idle time data points
    - `period` string, required
    - `active_seconds` integer
    - `idle_seconds` integer
  - `granularity` string, required — Time granularity (day)
  - `total_active_seconds` integer — Total active time
  - `total_idle_seconds` integer — Total idle time

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