Retrieve a paginated list of groups

Retrieves a paginated list of dynamic tag groups. Supports filtering by name, version name, or status.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

namestring or nullOptional
Filter by group name
name_containsstring or nullOptional
Filter by group name containing this string
version_namestring or nullOptional
Filter by version name
group_statusenum or nullOptional
Filter by status
group_idslist of strings or nullOptional
Filter by group IDs
visual_encoderstring or nullOptional
Filter by visual encoder
transcript_encoderstring or nullOptional
Filter by transcript encoder
exclude_group_idslist of strings or nullOptional
Exclude groups with these IDs
is_shareablebooleanOptionalDefaults to false
Whether to return only shareable groups
created_user_idstring or nullOptional
Filter by user who created the group
created_dt_fromstring or nullOptionalformat: "date-time"
Filter groups created on or after this date
created_dt_tostring or nullOptionalformat: "date-time"
Filter groups created before this date
training_dataset_idstring or nullOptionalformat: "uuid"
Filter by associated training dataset ID
pageintegerOptional>=1Defaults to 1

Page number (1-indexed)

per_pageintegerOptional1-100Defaults to 25
Number of items per page
sort_fieldstringOptionalDefaults to name
Field to sort by
sort_directionenumOptional
Sort direction
Allowed values:
include_training_datasetsbooleanOptionalDefaults to false
Include at most 10 associated datasets in the response
include_versionsbooleanOptionalDefaults to false
Include the latest draft and published versions of the group in the response
include_tagsbooleanOptionalDefaults to false
Include at most 10 tag names in the response

Response

Successful Response
datalist of objects
The paginated data
metaobject or null
Metadata for pagination
sortlist of objects or null
Sort details

Errors

422
Unprocessable Entity Error