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_idstring or null
ID of the custom model trained from this dataset, if one exists. Null if no model has been trained yet.

Errors

401
Unauthorized Error
404
Not Found Error