Warehouses
get
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Query parameters
afterstringOptional
limitnumberOptional
Responses
200Success
application/json
and
get
/v1/warehouses200Success
get
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Path parameters
warehouseIdstringRequired
Responses
200Success
application/json
idstringRequired
Unique ID
namestringRequired
Name of Warehouse
is_managedbooleanRequired
If true, it means that this Warehouse is provided by Whaly, so access is limited.
is_bi_enabledbooleanRequired
If true, it means that BI is enabled on this Warehouse.
is_data_loading_enabledbooleanRequired
If true, it means that Connectors are enabled on this Warehouse.
is_persistence_engine_enabledbooleanRequired
If true, it means that Persistence Engine is enabled on this Warehouse.
warehouse_typestring · enumRequiredPossible values:
Type of the Warehouse
get
/v1/warehouses/{warehouseId}200Success
Last updated