List Delivery Attempts
List every attempt to deliver one message to one endpoint, with the HTTP status the receiver returned, how long it took, and whether the attempt was an automatic retry (`scheduled`) or a resend or recovery (`manual`). The receiver's response body is not included.
`message_id` is the delivery's `message_id`, or the event's `id` (`evt_` followed by the job id).
Path parameters
endpoint_id
The endpoint’s id (whe_...).
message_id
The delivery’s message_id, or the event’s id (evt_ followed by the job id).
Query parameters
limit
Rows per page (1-100). Defaults to 25.
cursor
next_cursor from the previous page.
Response
Successful Response
attempts
next_cursor
Pass as cursor for the next page. null on the last page.
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
503
Service Unavailable Error