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

# Get overall savings estimate with projections

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

Get overall savings estimate with future projections.

Projects potential savings based on current opportunity analysis.

## Query parameters

- `start_date` string, date, required — Start date
- `end_date` string, date — End date
- `workspace_id` string, nullable — Filter by workspace ID
- `savings_period` string — Projection period: thisYear or next1Year
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- SavingsOverallEstimateResponse — Response model for overall savings estimate endpoint (future projections).
  - `total_savings` number, required — Total per-month savings
  - `total_autonomous_savings` number — Per-month autonomous savings
  - `total_autonomous_dbu_savings` number — DBU component of the per-month autonomous savings
  - `total_autonomous_infra_savings` number — Infrastructure component of the per-month autonomous savings
  - `total_assisted_savings` number — Per-month assisted savings
  - `min_total_autonomous_savings` number — Min autonomous savings
  - `max_total_autonomous_savings` number — Max autonomous savings
  - `time_saved` string — Per-month time saved
  - `total_savings_estimate` number — Projected total savings
  - `total_autonomous_savings_estimate` number — Projected autonomous savings
  - `total_assisted_savings_estimate` number — Projected assisted savings
  - `total_autonomous_dbu_savings_estimate` number — DBU component of projected autonomous savings
  - `total_autonomous_infra_savings_estimate` number — Infrastructure component of projected autonomous savings
  - `total_time_saved_estimate` string — Projected 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)
