Get a dataset

Returns a dataset by ID, including the total number of files and a list of each file's name and size in bytes.

Authentication

Api-Keystring

API key for access control. Use in the header with the name “Api-Key”

Path parameters

dataset_idstringRequired

Response

Dataset retrieved successfully
datasetobject
A dataset for organizing training images.
file_countinteger
Total number of files in the dataset.
fileslist of objects
List of files in the dataset.
custom_model_idslist of strings
IDs of all custom models trained from this dataset. Empty array if no model has been trained yet.

Errors

401
Unauthorized Error
404
Not Found Error