Skip to main content
A delivery attempt represents a single attempt to dispatch an event to an endpoint. Convoy records the following for every attempt (including retries):
  • Request headers and payload, and response headers and payload
  • HTTP status and any transport error
  • Source IP the attempt was sent from (ip_address)
  • Requested at and responded at timestamps (requested_at, responded_at), so you can see exactly when the request left Convoy and when the endpoint replied
On the event delivery details page the UI shows the latest attempt alongside a timeline of all attempts ordered newest first, with the most recent retry selected by default. The number of delivery attempts and retry strategy can be configured per project.
Gateway sends a request to the endpoint and records the response