Returns a paginated list of event log entries (integration delivery logs) for the authenticated project. Useful for debugging event delivery to third-party integrations.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Maximum number of event logs to return.
1 <= x <= 100Number of event logs to skip.
0 <= x <= 100000Field to sort by.
track_event_id, target_id, success, failed_code, updated_at, created_at Sort direction.
asc, desc Comma-separated track event IDs to filter by (max 50).
Comma-separated target IDs to filter by (max 50).
Filter by success status.
true, false