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_id
Response
Dataset retrieved successfully
dataset
A dataset for organizing training images.
file_count
Total number of files in the dataset.
files
List of files in the dataset.
custom_model_id
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