Skip to main content
GET
List DataWarehouse

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageSize
object

The maximum number of data warehouses to fetch.

pageToken
string

Token used for pagination.

Response

200 - application/json

OK

dataWarehouses
DataWarehouse · object[]
required

List of data warehouses.

nextPageToken
string

Token to fetch the next page, empty if no more pages.