Chunk Group
Get Group by Tracking ID
Fetch the group with the given tracking id. get_group_by_tracking_id
GET
/
api
/
chunk_group
/
tracking_id
/
{tracking_id}
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
tracking_id
string
requiredThe tracking id of the group to fetch.
Response
200 - application/json
created_at
string
requireddataset_id
string
requireddescription
string
requiredfile_id
string | null
id
string
requiredmetadata
any | null
name
string
requiredtag_set
(string | null)[] | null
tracking_id
string | null
updated_at
string
required