Get participant attributes
State
Get participant attributes
Retrieve all attributes for a participant.
GET
Get participant attributes
Returns all key-value attributes on a participant. Attributes are string key-value pairs used to store participant metadata. Values can represent any data type (strings, numbers, or dates) and are accessible in CEL rule conditions asDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
participant.attributes.{key}.
Date-formatted attributes (e.g. birthday: "06-15" or signup_date: "2024-01-15") can also drive automations via the ATTRIBUTE_DATE schedule type. Both rules and direct API calls can modify attributes, and the state history endpoint tracks every change with its source.
For usage patterns and examples, see the State Management guide.