Get group state history
Activity
Get group state history
Returns a best-effort unified timeline of state changes (tags, counters, attributes, tiers). Tier entries are recorded alongside the canonical tier history; for authoritative tier transition details use the dedicated tier history endpoint.
GET
Get group state history
Returns a unified timeline of state changes for a group, including tags, counters, attributes, and tiers. Each entry includes:Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
state_type: what changed (tag,attribute,counter, ortier)key: the specific key that was modifiedoperation:setordeleteold_value/new_value: the value before and after the changeevent_id: present when the change was triggered by a rule during event processingchanged_by_api_key_id: present when the change was made via a direct API call
state_type and key query parameters to filter results. Filter by state_type=tier and provide a program_id to isolate tier transitions.
For usage patterns and examples, see the Groups guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Group ID
Query Parameters
Filter by state type
Available options:
tag, counter, attribute, tier Filter by key
Filter by program ID (for tier entries)
Filter by operation
Available options:
set, delete, add, remove, auto_reset Start of time window (RFC 3339)
End of time window (RFC 3339)
Maximum number of results
Required range:
x >= 1Pagination cursor