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

# Get assisted savings

`GET /api/v1/databricks/savings/assisted`

Get assisted savings from opportunities.

Shows potential savings from implementing identified opportunities.

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

- AppSchemasDatabricksSavingsAssistedSavingsResponse — Response model for assisted savings endpoint.
  - `total_assisted_savings` number — Total money saved from implemented opportunities
  - `time_saved` string — Human-readable time savings
  - `opportunities` integer — Count of opportunities contributing to savings
  - `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)
