List raw events
Retrieve raw events with pagination and filtering
Authorizations
Enter your API key in the format x-api-key <api-key>*
Body
End time of the events to be fetched in ISO 8601 format Defaults to now if not provided
"2024-12-09T00:00:00Z"
Event ID is the idempotency key for the event
Event name / Unique identifier for the event in your system
Customer ID in your system that was sent with the event
First key to iterate over the events
Last key to iterate over the events
Offset to fetch the events and is set to 0 by default
Page size to fetch the events and is set to 50 by default
Property filters to filter the events by the keys in properties
field of the event
Source to filter the events by the source
Start time of the events to be fetched in ISO 8601 format Defaults to last 7 days from now if not provided
"2024-11-09T00:00:00Z"