Skip to main content
GET
List group attributes
Returns all key-value attributes on a group. Attributes are string key-value pairs used to store group metadata, accessible in CEL rule conditions through the participant’s groups list, for example groups.exists(g, g.attribute.region == "west"). Both rule actions (targeted at the group) and direct API calls can modify attributes, and the state history endpoint tracks every change with its source. To fetch one value by key, use the get attribute endpoint.
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 attributes

data
object[]

Attribute entries

pagination
object

Pagination metadata for list responses