Chunk Group
Get Groups for Dataset
Fetch the groups which belong to a dataset specified by its id.
GET
/
api
/
dataset
/
groups
/
{dataset_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.
Path Parameters
dataset_id
string
requiredThe id of the dataset to fetch groups for.
page
integer
requiredThe page of groups to fetch. Page is 1-indexed.
Response
200 - application/json
groups
object[]
requiredtotal_pages
integer
required