Get participant counters
State
Get participant counters
Retrieve all counters for a participant.
GET
Get participant counters
Returns all counters for a participant. Counters are numeric accumulators that can increment by any amount, not justDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
+1. A single counter can track simple counts (e.g. logins, referrals) or running totals (e.g. total purchase volume, monthly spend) by incrementing with event.amount in a rule action. Each counter returns its current value along with its key.
Counters that have auto-reset configured include reset_after (the reset interval) and last_reset_at (when the counter last reset). If the reset window has elapsed since last_reset_at, the effective value is 0 even though the stored value has not yet been cleared.
For usage patterns and examples, see the State Management guide.