---
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-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`
- **2026-09-23** `eebfc2f234e1` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:48.965457` to `2026-09-23T11:42:07.152148`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:39:48.965382` to `2026-09-23T11:42:07.152064`
- **2026-09-22** `f06cba63189c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:41:57.098212` to `2026-09-17T14:39:48.965457`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:41:57.098164` to `2026-09-17T14:39:48.965382`
- **2026-09-20** `74d2fcb0327c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:48.878705` to `2026-09-17T14:41:57.098212`
  - for the `query` request parameter `start_date`, default value was changed from `2026-09-17T14:39:48.878630` to `2026-09-17T14:41:57.098164`
- …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/eb8306fa77dd?raw)
