---
title: "Get overall savings summary"
method: GET
path: "/api/v1/databricks/savings/overall"
tags: ["DATABRICKS", "Databricks", "Databricks Savings"]
---

# Get overall savings summary

`GET /api/v1/databricks/savings/overall`

Get overall savings summary.

Combines realized autonomous (job + warehouse + cluster auto-tune) and
assisted savings.

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

- SavingsOverallResponse — Response model for overall savings endpoint.
  - `total_savings` number, required — Total savings (autonomous + assisted)
  - `total_autonomous_savings` number — Realized autonomous savings over the window (job + warehouse + cluster auto-tune)
  - `total_assisted_savings` number — Assisted savings from opportunities
  - `min_total_autonomous_savings` number — Min autonomous savings range
  - `max_total_autonomous_savings` number — Max autonomous savings range
  - `time_saved` string — Total time saved
  - `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)
