---
title: "Get Warehouse"
method: GET
path: "/warehouse/instance/{instance_id}/warehouse_rk/{warehouse_rk}/"
tags: ["WAREHOUSE"]
---

# Get Warehouse

`GET /warehouse/instance/{instance_id}/warehouse_rk/{warehouse_rk}/`

## Path parameters

- `instance_id` string, required
- `warehouse_rk` string, required

## Query parameters

- `period` integer
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- WarehouseResponse
  - `warehouse_rk` string, required
  - `warehouse_name` string, required
  - `instance_id` integer, required
  - `scaling_policy` string, nullable
  - `min_cluster_count` integer, nullable
  - `max_cluster_count` integer, nullable
  - `owner` string, nullable
  - `auto_suspend` number, nullable
  - `auto_resume` string, nullable
  - `enable_query_acceleration` string, nullable
  - `query_acceleration_max_scale_factor` integer, nullable
  - `resource_monitor` string, nullable
  - `tags` AppSchemasWarehousesTagObject[], required
    - `name` string, required
    - `description` string, required
  - `warehouse_cost` AppSchemasWarehousesWarehouseCostResponse[], nullable
    - `date` string, required
    - `cost` number, required
    - `query_acceleration_cost` number, required
    - `compute_cost` number, required
    - `cloud_services_cost` number, required
  - `warehouse_size` string, nullable
  - `warehouse_type` string, nullable
  - `threshold` number, nullable
  - `comment` string, nullable
  - `start_time` string, nullable
  - `end_time` string, nullable
  - `is_schedule_enabled` boolean, nullable
  - `default_warehouse_size` string, nullable

## Other responses

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

---

[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)
