Event Destinations
List event deliveries
Returns a paginated list of event deliveries for a destination. Supports filtering by delivery status.
get/event-destinations/{destination_id}/event-deliveries
Path parameters
destination_idstring required
Unique identifier for the event destination (prefixed with evtd_).
Query parameters
Maximum number of items to return (1-100, default 20).
cursorstring
Cursor from a previous response for pagination.
statusstring
Filter by delivery status: success, failure.
typestring
Filter by event type.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.