---
title: "Get per-day realized autonomous savings"
method: GET
path: "/api/v1/databricks/savings/timeseries"
tags: ["DATABRICKS", "Databricks", "Databricks Savings"]
---

# Get per-day realized autonomous savings

`GET /api/v1/databricks/savings/timeseries`

Get the per-day realized autonomous savings series for the summary
savings view.

Time-wise view of the headline autonomous savings number: one point per
day with the day's realized savings and its min-max range.

## Query parameters

- `start_date` string, date, required — Start date
- `end_date` string, date — End date
- `workspace_id` string, nullable — Filter by workspace ID
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- SavingsTimeseriesResponse — Response model for the per-day autonomous savings timeseries.
  - `graph` SavingsTimeseriesItem[] — Per-day realized autonomous savings points
    - `date` string, required — Day (ISO format)
    - `value` number — Realized autonomous savings for the day
    - `min_value` number — Low end of the savings range
    - `max_value` number — High end of the savings range
  - `currency` string — Currency code

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