User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

List all datasets

You can filter the results returned by this endpoint by using an optional filter expression. Any string-valued field filtered, but the most common use case is to retrieve a dataset by its externalId. Filters take the form of fieldName==<value>.

For example, the following query can be used to get myDataset.csv:

curl -X GET --header 'Accept: application/json' --header 'Authorization: BasicCreds <credentials>' 'http://<host>:9100/api/versioned/v1/datasets?filter=externalId%3D%3DmyDataset.csv'

On success, this call returns an array of dataset objects. See dataset object.

Language
Click Try It! to start a request and see the response here!