Skip to main content
GET
List group tags
Returns all tags on a group as an array of strings. Tags are labels used for segmentation and rule conditions, accessible in CEL through the participant’s groups list, for example groups.exists(g, "premium_team" in g.tags). Tags are stored lowercased, so the response never contains mixed-case entries. Both rule actions (targeted at the group) and direct API calls can set tags, and the state history endpoint records the source of each change.
For usage patterns and examples, see the State Management guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Group ID

Response

Group tags

data
object[]

Tag entries

pagination
object

Pagination metadata for list responses