Chunk Group
Get Chunks in Group
Route to get all chunks for a group. The response is paginated, with each page containing 10 chunks. Page is 1-indexed.
GET
/
api
/
chunk_group
/
{group_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_id
string
requiredId of the group you want to fetch.
page
integer | null
requiredThe page of chunks to get from the group
Response
200 - application/json
chunks
object[]
requiredgroup
object
requiredtotal_pages
integer
required