List Datasets

List datasets that have been created.

Headers

AuthorizationstringRequired

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

X-Client-NamestringOptional
The name of the project that is making the request.

Query parameters

datasetTypestringOptional
optional filter by dataset type
beforedatetimeOptional
optional filter before a date
afterdatetimeOptional
optional filter after a date
limitdoubleOptional
optional limit to number of results
offsetdoubleOptional
optional offset to start of results
validationStatusenumOptional
optional filter by validation status

Response

A successful response.
datasetslist of objects or null

Errors