List the delivery log for one webhook endpoint, newest first.
Each record shows the event type, request body, HTTP response, and
number of attempts. Use POST /v1/webhook_deliveries/{id}/retry to
manually re-fire a failed delivery.
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Opaque delivery identifier (UUID).
"ffff0001-eeee-0002-dddd-000300040005"
The webhook endpoint this delivery targeted.
Stable event identifier. Deduplicate on this.
"evt_01JBAAAA000000000000000000"
Event type string, e.g. humanization.completed.
"humanization.completed"
ISO-8601 timestamp when this delivery was created.
Polymorphic discriminator. Always webhook_delivery.
JSON body we sent in the delivery attempt.
HTTP status code returned by the customer endpoint.
200
First 4096 bytes of the response body (for diagnostics).
Number of delivery attempts made so far.
1
ISO-8601 timestamp when a successful delivery was recorded.