Skip to main content
GET
Get Files and Group IDs for Dataset

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<uuid>
required

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

dataset_id
string<uuid>
required

The id of the dataset to fetch files for.

page
integer<int64>
required

The page number of files you wish to fetch. Each page contains at most 10 files.

Required range: x >= 0

Response

JSON body representing the files and their group ids in the current dataset

file_and_group_ids
object[]
required
total_pages
integer<int64>
required