Skip to main content
GET
List delivery attempts

Authorizations

Authorization
string
header
required

Your Wixzel Phone API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.

Query Parameters

limit
integer
default:20

How many records to return.

Required range: 1 <= x <= 100
starting_after
string

Return records after this cursor.

Required string length: 1 - 512
ending_before
string

Return records before this cursor.

Required string length: 1 - 512
event
enum<string>

Only attempts for this event.

Available options:
inboundCall,
outboundCall,
callCompleted,
leadCreated,
leadQualified,
campaignCompleted,
appointmentBooked,
appointmentCanceled,
callTransferred,
transferFailed
Example:

"callCompleted"

status
enum<string>

Only attempts with this outcome. failed is the one worth watching.

Available options:
delivered,
failed
start
string<date-time>

Only attempts at or after this time.

Example:

"2026-09-01T12:00:00.000Z"

end
string<date-time>

Only attempts at or before this time.

Example:

"2026-09-01T12:00:00.000Z"

Response

A page of delivery attempts

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

True when more records exist after this page.

next_cursor
string | null
required

Pass as starting_after to fetch the next page.