Retrieve a list of events matching the criteria set by the query parameter. If no query parameters are set, all events affiliated with the company ID in the JWT authorization token will match the criteria.
Filter by the Sidekick connection key. Supports operators: __contains, __gt, __gte, __lt, __lte.
Filter by event type.
"user_flow_session_started"
Filter by the flow key associated with the event. Supports operators: __contains, __gt, __gte, __lt, __lte.
Filter by flow session number. Supports operators: __gt, __gte, __lt, __lte.
Filter by the step key associated with the event. Supports operators: __contains, __gt, __gte, __lt, __lte.
Filter by the title of the decision branch selected on a Decision step.
Filter by the UUID of the user the event is related to.
Alias for user_id.
Filter by the flow version key. Supports operators: __contains, __gt, __gte, __lt, __lte.
Number of events to return. Defaults to 100, maximum 10,000.
Page number for paginated results.
Field name to order results by.