---
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-09-26** `4dfe86ff412c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T05:49:21.557534` to `2026-09-25T11:05:10.150131`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-25T05:49:21.557463` to `2026-09-25T11:05:10.150081`
- **2026-09-25** `959a390850bb` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-24T12:20:04.456636` to `2026-09-25T05:49:21.557534`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-24T12:20:04.456586` to `2026-09-25T05:49:21.557463`
- **2026-09-24** `eb8306fa77dd` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-23T11:42:07.207169` to `2026-09-24T12:20:04.456636`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-23T11:42:07.207093` to `2026-09-24T12:20:04.456586`
- **2026-09-23** `eebfc2f234e1` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:49.015014` to `2026-09-23T11:42:07.207169`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:39:49.014935` to `2026-09-23T11:42:07.207093`
- …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.dev/myaltimate/apis/fastapi/revisions/4dfe86ff412c?raw)
