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
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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
requiredThe id of the dataset to fetch files for.
page
integer
requiredThe page number of files you wish to fetch. Each page contains at most 10 files.
Response
200 - application/json
created_at
string
requireddataset_id
string
requiredfile_name
string
requiredid
string
requiredlink
string | null
metadata
any | null
size
integer
requiredtag_set
(string | null)[] | null
time_stamp
string | null
updated_at
string
required