GET
/
api
/
dataset
/
files
/
{dataset_id}
/
{page}

Authorizations

Authorization
string
headerrequired

Headers

TR-Dataset
string
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
required

The id of the dataset to fetch files for.

page
integer
required

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

Response

200 - application/json
created_at
string
required
dataset_id
string
required
file_name
string
required
id
string
required
link
string | null
metadata
any | null
size
integer
required
tag_set
(string | null)[] | null
time_stamp
string | null
updated_at
string
required