Skip to main content
GET
Delivery records

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Query Parameters

eventId
string

Filter to one event's deliveries.

Response

Deliveries.

id
string
eventId
string
type
string
Example:

"interaction.completed"

url
string
status
enum<string>

There is no separate dead-letter value: a delivery that exhausts its attempts is failed with a null nextAttemptAt, which is what distinguishes it from a failed row still waiting for its next try.

Available options:
pending,
delivered,
failed
attempts
integer
lastStatus
integer | null
lastMs
integer | null
lastBody
string | null
lastError
string | null
createdAt
string<date-time>
deliveredAt
string<date-time> | null
nextAttemptAt
string<date-time> | null