Get participant counter
State
Get participant counter
Retrieve a single counter by key.
GET
Get participant counter
Returns a single counter by key, including its effective value. The key is passed as a path parameter. For counters withDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
reset_after configured, the returned value accounts for the reset window. If the time since last_reset_at exceeds reset_after, the effective value returned is 0 regardless of the stored value. This lets you read counters without worrying about stale data from a previous period.
For usage patterns and examples, see the State Management guide.
Authorizations
API key passed in the X-API-Key header.