Hookdeck · Arazzo Workflow
Hookdeck Investigate Event Delivery Attempts
Version 1.0.0
Resolve an event, list its delivery attempts, then read the latest attempt body.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
investigate-event-attempts
Walk from an event to its attempts and the latest attempt's response.
Reads an event, lists its attempts, branches when there are none, and otherwise retrieves the most recent attempt to inspect the destination response.
1
readEvent
getEvent
Retrieve the event to confirm it exists and capture its connection and attempt count.
2
listAttempts
getAttempts
List the delivery attempts for the event, most recent first.
3
readLatestAttempt
getAttempt
Retrieve the most recent attempt to inspect the destination response body and status.