Get a group counter
State
Get group counter
Returns a single counter by key on a group.
GET
Get a group 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.
For usage patterns and examples, see the State Management guide.
Authorizations
API key passed in the X-API-Key header.