Convoy · Arazzo Workflow
Convoy Inspect Delivery Attempts
Version 1.0.0
Retrieve an event delivery, list its attempts, and drill into a single attempt.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
inspect-delivery-attempts
Fetch a delivery, list its attempts, and drill into the first attempt.
Retrieves a specific event delivery and its status, lists the delivery attempts made for it, and fetches the detail of the first attempt for request and response inspection.
1
getDelivery
GetEventDelivery
Fetch the event delivery to confirm it exists and read its current status.
2
listAttempts
GetDeliveryAttempts
List every delivery attempt recorded for the event delivery.
3
getAttempt
GetDeliveryAttempt
Retrieve the full detail of the first delivery attempt, including request and response headers and the response body.