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_idstringRequired

The endpoint’s id (whe_...).

message_idstringRequired

The delivery’s message_id, or the event’s id (evt_ followed by the job id).

Query parameters

limitintegerOptional1-100Defaults to 25

Rows per page (1-100). Defaults to 25.

cursorstring or nullOptional

next_cursor from the previous page.

Response

Successful Response
attemptslist of objects
next_cursorstring or null

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
© 2026 Captain