List Webhook Deliveries V1
Audit log of delivery attempts against a webhook endpoint. Useful for debugging ‘why didn’t my webhook fire?’ — surfaces the HTTP status the receiver returned,…
GET
Audit log of delivery attempts against a webhook endpoint.
Useful for debugging ‘why didn’t my webhook fire?’ — surfaces the
HTTP status the receiver returned, retry counts, and the next retry
time on failed rows. Sorted newest-first.
Path parameters
string (uuid)
required
Query parameters
integer
string,null
Filter to one of: pending, success, failed.
Response
WebhookDeliverySummary[] — each element:
string
required
string
required
string
required
string
required
pending | success | failed
integer,null
HTTP status from the receiver, if a response was received.
integer
required
Total attempts so far (1..3).
string,null
Scheduled retry time, ISO 8601 UTC, when status == ‘failed’.
string
required