Retrieve a single counter by key.
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.
API key passed in the X-API-Key header.