Skip to main content
GET
Get Chunks in Group by Tracking ID

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<uuid>
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.

X-API-Version
enum<string> | null

The version of the API to use for the request

Available options:
V1,
V2

Path Parameters

group_tracking_id
string
required

The id of the group to get the chunks from

page
integer<int64>
required

The page of chunks to get from the group

Required range: x >= 0

Response

Chunks present within the specified group

chunks
V2 · object[]
required
group
object
required
Example:
total_pages
integer<int64>
required
Required range: x >= 0