List Events
Returns recently logged events across all event names in your project. Results cover a limited rolling window of recent traffic, not full event history. limi…
Returns recently logged events across all event names in your project. Results cover a limited rolling window of recent traffic, not full event history. 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/eventsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query 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.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?