List datasets

Get all datasets in a paginated list

Authentication

AuthorizationBearer

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

Query Parameters

offsetintegerOptional0-9223372036854776000Defaults to 0
Starting index to return
limitintegerOptional1-9223372036854776000Defaults to 100
Max number of items to return

Response

The paginated list of datasets
metaobject
Metadata for the set of data returned
datalist of objects
The paginated datasets

Errors