List delivery attempts
One record per POST we made, newest first — so an event delivered on its third try is three records and a flapping receiver is visible as such. response_status is null when nothing answered at all, which is what separates “never arrived” from “arrived and your handler threw”. Cursor-paginated. Requires webhooks:read.
Authorizations
Your Wixzel Phone API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.
Query Parameters
How many records to return.
1 <= x <= 100Return records after this cursor.
1 - 512Return records before this cursor.
1 - 512Only attempts for this event.
inboundCall, outboundCall, callCompleted, leadCreated, leadQualified, campaignCompleted, appointmentBooked, appointmentCanceled, callTransferred, transferFailed "callCompleted"
Only attempts with this outcome. failed is the one worth watching.
delivered, failed Only attempts at or after this time.
"2026-09-01T12:00:00.000Z"
Only attempts at or before this time.
"2026-09-01T12:00:00.000Z"

