---
title: "Get Total Savings Summary"
method: GET
path: "/warehouse/total_savings/"
tags: ["WAREHOUSE"]
---

# Get Total Savings Summary

`GET /warehouse/total_savings/`

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time
- `aggregation` 'day' | 'week' | 'month'
- `instance_ids` string[], nullable
- `period` integer
- `sortAttribute` string, nullable
- `sortOrder` string, nullable
- `tags` string[], nullable
- `warehouseName` string[], nullable
- `warehouseSize` string[], nullable
- `costFilter` number, nullable
- `costFilterMode` string, nullable
- `autoTuneFilter` string[], nullable
- `opportunityFilter` string[], nullable
- `snowflakeTags` string[], nullable
- `resizeMode` string[], nullable
- `resizeEligible` boolean, nullable
- `search` string, nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- object

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

## Changes

- **2026-08-30** `82206441f16e` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:30.712577` to `2026-08-27T15:28:30.621624`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-27T15:28:30.712537` to `2026-08-27T15:28:30.621580`
- **2026-08-29** `4e16bed5b3b0` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:51.859511` to `2026-08-27T15:28:30.712577`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-27T15:28:51.859429` to `2026-08-27T15:28:30.712537`
- **2026-08-28** `1c5434b4b4fd` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:49.252997` to `2026-08-27T15:28:51.859511`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-27T15:28:49.252915` to `2026-08-27T15:28:51.859429`
- **2026-08-27** `382a042b72c9` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-25T13:00:47.428191` to `2026-08-27T15:28:49.252997`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-25T13:00:47.428143` to `2026-08-27T15:28:49.252915`
- …earlier changes not shown

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/warehouse/total_savings/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
