{ "operationId": "listWarehouses", "method": "GET", "path": "/api/v2/warehouses", "summary": "List Warehouse", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listwarehouses200Example", "example": [ { "name": {}, "warehouse_type": "example_value", "warehouse_size": "example_value", "wait_for_completion": true, "max_cluster_count": 10, "min_cluster_count": 10, "scaling_policy": "example_value", "auto_suspend": 10, "auto_resume": true, "initially_suspended": true, "resource_monitor": {}, "comment": "example_value", "enable_query_acceleration": true, "query_acceleration_max_scale_factor": 10, "max_concurrency_level": 10, "statement_queued_timeout_in_seconds": 10, "statement_timeout_in_seconds": 10, "type": "example_value", "size": "example_value", "state": "example_value", "started_clusters": 10, "running": 10, "queued": 10, "is_default": true, "is_current": true, "available": "example_value", "provisioning": "example_value", "quiescing": "example_value", "other": "example_value", "created_on": "2026-01-15T10:30:00Z", "resumed_on": "2026-01-15T10:30:00Z", "updated_on": "2026-01-15T10:30:00Z", "owner": "example_value", "budget": "example_value", "kind": "example_value", "owner_role_type": "example_value", "warehouse_credit_limit": 10, "target_statement_size": "example_value" } ] } ] }