Get specific events
Returns recently logged events for the given event name. Results cover a limited rolling window of recent occurrences, not full historical volume for that ev…
Returns recently logged events for the given event name. Results cover a limited rolling window of recent occurrences, not full historical volume for that event. limit and page paginate only within the returned set; totalItems is the size of that set, not lifetime event volume.
https://statsigapi.net/console/v1/events/{eventName}Authorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
eventNamestringrequiredQuery parameters
limitintegerResults per page
10stringnumberpageintegerPage number
1stringnumberResponse
application/jsonpagination.totalItems is the number of recent events in the current result set, not total events ever logged for this event name.messagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
timestampstringrequiredThe timestamp when the event occurred, represented as a string.
namestringrequiredThe name of the event (e.g., "add_to_cart").
sourcestringrequiredThe source of the event, indicating where it was triggered from.
valuestringrequiredThe value associated with the event, providing additional context.
userIDstringrequiredThe ID of the user who triggered the event.
paginationobjectrequiredPagination metadata for checking if there is next page for example.
Show child attributes
itemsPerPagenumberrequiredformat: doublepageNumbernumberrequiredformat: doublenextPagestringrequirednullablepreviousPagestringrequirednullabletotalItemsnumberformat: doubleallstringstatusintegerrequired400messagestringrequiredstatusintegerrequired401messagestringrequiredWas this helpful?