Events API
Get Events
Get events based on a query
GET
/
events
This endpoint requires your private API key.
Query Parameters
The event name to filter by.
The UUID to filter by.
The user ID to filter by.
The group ID to filter by.
The anonymous ID to filter by.
The instance ID to filter by.
The start date to filter by.
The end date to filter by.
The limit of records to return.
The offset of records to return.
The field to order by.
The direction to order by.
Available options:
ASC
, DESC
Was this page helpful?