Export raw event data for advanced analysis. Returns individual event records with full detail. Supports cursor-based pagination for large exports (up to 10,000 rows per request).
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
Filter by collection ID.
Filter by collection slug.
Start date in ISO 8601 format (required).
End date in ISO 8601 format.
Filter by event action type.
Number of events to return (max 10000).
1 <= x <= 10000Cursor for pagination. Pass the last event's cursor to fetch the next page.