Manage datasets

Use the REST API to create and manage datasets.

Get all datasets

get

Returns all of the datasets that the user has access to. Each dataset contains a set of minimal info, for more detailed information on a given dataset use the /api/dataset/{datasetId} endpoint.

Path parameters
filterSynthesizedbooleanRequiredDefault: true
Responses
200

OK

application/json
get
/api/Dataset
200

OK

Gets the dataset by its Id

get

Returns the dataset specified by the datasetId

Path parameters
datasetIdstringRequired
Responses
200

OK

application/json
get
/api/Dataset/{datasetId}

Creates a new dataset

post

Creates a new dataset with the specified configuration. You must specify a unique, non-empty dataset name

Body
Responses
200

OK

application/json
post
/api/Dataset

Edits a dataset

put

Updates a dataset to use the specified configuration.

Query parameters
shouldRescanbooleanOptional
Body
Responses
200

OK

application/json
put
/api/Dataset

Last updated

Was this helpful?