---
title: "Get Warehouses Cost V2"
method: GET
path: "/warehouse/cost/v2/"
tags: ["WAREHOUSE"]
---

# Get Warehouses Cost V2

`GET /warehouse/cost/v2/`

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time
- `aggregation` 'day' | 'week' | 'month'
- `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
- `instance_ids` string[], nullable
- `search` string, nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- WarehousePeriodCostResponseV2
  - `warehouse_cost` AppSchemasWarehousesWarehouseCostResponse[], nullable
    - `date` string, required
    - `cost` number, required
    - `query_acceleration_cost` number, required
    - `compute_cost` number, required
    - `cloud_services_cost` number, required
  - `threshold` number, nullable
  - `start_time` string, nullable
  - `end_time` string, nullable

## Other responses

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

## Changes

- **2026-09-27** `43b5caed3c56` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T11:05:10.117438` to `2026-09-25T11:05:24.039627`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-25T11:05:10.117386` to `2026-09-25T11:05:24.039554`
- **2026-09-26** `4dfe86ff412c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T05:49:21.506783` to `2026-09-25T11:05:10.117438`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-25T05:49:21.506692` to `2026-09-25T11:05:10.117386`
- **2026-09-25** `959a390850bb` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-24T12:20:04.422299` to `2026-09-25T05:49:21.506783`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-24T12:20:04.422244` to `2026-09-25T05:49:21.506692`
- **2026-09-24** `eb8306fa77dd` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-23T11:42:07.152148` to `2026-09-24T12:20:04.422299`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-23T11:42:07.152064` to `2026-09-24T12:20:04.422244`
- …earlier changes not shown

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/warehouse/cost/v2/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/43b5caed3c56?raw)
