Function Accuracy

List datasets

List datasets in the environment, newest first.

get/v3/datasets

Query parameters

datasetNameSearchstring

Case-insensitive substring match on the dataset name.

limitinteger

Max datasets to return.

startingAfterstring

Cursor: return datasets after this dataset ID.

endingBeforestring

Cursor: return datasets before this dataset ID.

Response

The request has succeeded.

totalCountinteger nullable

Total number of datasets

errorstring nullable

Error message if the list operation failed

Changes