---
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-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`
- **2026-09-22** `f06cba63189c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:41:57.130695` to `2026-09-17T14:39:49.015014`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:41:57.130635` to `2026-09-17T14:39:49.014935`
- **2026-09-20** `74d2fcb0327c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:48.927526` to `2026-09-17T14:41:57.130695`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:39:48.927452` to `2026-09-17T14:41:57.130635`
- …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/eb8306fa77dd?raw)
