List data warehouses. The data warehouses are returned in no particular order.
cURL
curl --request GET \ --url https://metrics.eu.confidence.dev/v1/dataWarehouses \ --header 'Authorization: Bearer <token>'
{ "dataWarehouses": [ { "config": {}, "createTime": {}, "updateTime": {}, "creator": "<string>", "updater": "<string>", "name": "<string>", "limits": {}, "labels": [ {} ], "owner": "<string>" } ], "nextPageToken": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of data warehouses to fetch.
Token used for pagination.
OK
List of data warehouses.
Show child attributes
Token to fetch the next page, empty if no more pages.
Was this page helpful?