File
Get Files for Dataset
Get all files which belong to a given dataset specified by the dataset_id parameter. 10 files are returned per page.
GET
/
api
/
dataset
/
files
/
{dataset_id}
/
{page}
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Path Parameters
The id of the dataset to fetch files for.
The page number of files you wish to fetch. Each page contains at most 10 files.
Required range:
x > 0