File
Get Files and Group IDs for Dataset
Get all files and their group ids which belong to a given dataset specified by the dataset_id parameter. 10 files and group ids are returned per page. This route may return the same file multiple times if the file is associated with multiple groups.
GET
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
Was this page helpful?