Get events
Retrieve a list of events filtered by various criteria.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
contact_id
Filter by contact ID (repeatable)
event_name
Filter by event name (repeatable)
object_type
Filter by object type (repeatable)
startDate
Mandatory if endDate is used. Start of date range (YYYY-MM-DD or RFC3339). Defaults to 6 months ago when omitted alongside endDate. Must be ≤ endDate.
endDate
Mandatory if startDate is used. End of date range (YYYY-MM-DD or RFC3339). Must be ≥ startDate.
limit
Max events to return. Default 100, min 1, max 10000.
offset
Events to skip for pagination. Default 0, min 0.
Response
List of events and total count for pagination
count
Total count of events matching the filters (use for pagination)
events
List of matching events ordered by event_date descending