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
Headers
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.
The version of the API to use for the request
Available options:
V1
, V2
Path Parameters
The id of the group to get the chunks from
The page of chunks to get from the group
Required range:
x > 0