Last updated 7 months ago
Was this helpful?
/v1/warehouses
curl -L \ --url '/v1/warehouses' \ --header 'Authorization: Bearer JWT'
{ "paging": { "next": { "after": "text" } }, "data": [ { "id": "text", "name": "text", "is_managed": true, "is_bi_enabled": true, "is_data_loading_enabled": true, "is_persistence_engine_enabled": true, "warehouse_type": "BIGQUERY" } ] }
/v1/warehouses/{warehouseId}
curl -L \ --url '/v1/warehouses/{warehouseId}' \ --header 'Authorization: Bearer JWT'
{ "id": "text", "name": "text", "is_managed": true, "is_bi_enabled": true, "is_data_loading_enabled": true, "is_persistence_engine_enabled": true, "warehouse_type": "BIGQUERY" }