Chunk Group
Get Groups for Dataset
Fetch the groups which belong to a dataset specified by its id.
GET
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.
Path Parameters
The id of the dataset to fetch groups for.
The page of groups to fetch. Page is 1-indexed. Only used if use_cursor
= false
.
Query Parameters
Flag to enable cursor
mode, this runs faster for large scroll operations. Defaults to false
The cursor offset for .Requires use_cursor
= True. Defaults to 00000000-00000000-00000000-00000000
Response
200
application/json
JSON body representing the groups created by the given dataset
The list of all the groups.
Total number of pages. Pages is groups_count / 10
Required range:
x >= 0
Parameter for the next cursor offset.
Was this page helpful?