Get all data warehouses
GET/v1/public/data-warehouses
Get all data warehouses
Request
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 403
- 500
Data warehouses fetched
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
id stringrequired
name stringrequired
connectionId stringrequired
connections
object[]
required
id stringrequired
name stringrequired
[
{
"id": "string",
"name": "string",
"connectionId": "string",
"connections": [
{
"id": "string",
"name": "string"
}
]
}
]
Bad Request. Request may have invalid or missing parameters.
Missing or invalid api token
Forbidden. This error will occur if the user lacks the proper roles or permissions to perform this action.
A server error occurred. Check the error message for more details.
Loading...