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

# Get tracked assisted savings from PostgreSQL

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

Get tracked assisted savings from PostgreSQL opportunity_saving_attribution table.

This endpoint provides actual realized savings from implemented opportunities,
following the same pattern as Snowflake's assisted savings calculation.

## Query parameters

- `start_date` string, date, required — Start date
- `end_date` string, date — End date
- `workspace_id` string, nullable — Filter by workspace ID (maps to instance_id)

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- TrackedAssistedSavingsResponse — Response model for tracked assisted savings from PostgreSQL (parity with Snowflake).
  - `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
- `422` — Validation Error
- `500` — Failed to get savings

---

[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/103580dad816/schema)
