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

integer
OR
string int32

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

has_moreboolean

true if there are more results beyond this page.

next_cursorstring nullable

Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.

request_idstring nullable

Unique identifier for the API request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.