List Deliveries
List the messages sent, or being sent, to an endpoint, newest first. Each row has the message id (the `webhook-id` header), the event id (`evt_` followed by the job id, `null` for tests), the event type, the delivery status and when the next retry is due.
Page with `cursor` until `next_cursor` is `null`.
Path parameters
endpoint_id
The endpoint’s id (whe_...).
Query parameters
limit
Rows per page (1-100). Defaults to 25.
cursor
next_cursor from the previous page.
Response
Successful Response
deliveries
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