Chunk Group
Get Chunks in Group by Tracking ID
Route to get all chunks for a group. The response is paginated, with each page containing 10 chunks. Support for custom page size is coming soon. Page is 1-indexed.
GET
/
api
/
chunk_group
/
tracking_id
/
{group_tracking_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.
X-API-Version
enum<string>
The version of the API to use for the request
Available options:
V1
, V2
Path Parameters
group_tracking_id
string
requiredThe id of the group to get the chunks from
page
integer
requiredThe page of chunks to get from the group
Response
200 - application/json
chunks
object[]
requiredgroup
object
requiredtotal_pages
integer
required