List Events

gethttps://statsigapi.net/console/v1/events

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Query parameters

limitinteger

Results per page

pageinteger

Page number

Response

application/json
200· List Events response
messagestringrequired

A simple string explaining the result of the operation.

dataobject[]required
Show child attributes
timestamp[]stringrequired

The timestamp when the event occurred, represented as a string.

name[]stringrequired

The name of the event (e.g., "add_to_cart").

source[]stringrequired

The source of the event, indicating where it was triggered from.

value[]stringrequired

The value associated with the event, providing additional context.

userID[]stringrequired

The ID of the user who triggered the event.

paginationobjectrequired

Pagination metadata for checking if there is next page for example.

400· Invalid request. Please check the request input and try again.
statusintegerrequired
messagestringrequired
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
messagestringrequired

Was this helpful?