Get a webhook delivery
Webhooks
Get a webhook delivery
Returns a single delivery attempt, including the full request payload and response body.
GET
Get a webhook delivery
Documentation Index
Fetch the complete documentation index at: https://docs.questra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
200 - application/json
Delivery attempt
A single delivery attempt for a webhook
The event type that was delivered
Whether the delivery was accepted by the endpoint
Available options:
succeeded, failed Attempt number (1 = first try, 2+ = retries)
HTTP status code returned by the endpoint
JSON payload sent to the endpoint
Response body returned by the endpoint (truncated to 10 KB)
Round-trip time in milliseconds