List Attempted Destinations
GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint?limit=<uint64>&iterator=<string>
List endpoints attempted by a given message. Additionally includes metadata about the latest message attempt. By default, endpoints are listed in ascending order by ID.
Request Params
| Key | Datatype | Required | Description |
| limit
| string | | Limit the number of returned items |
| iterator
| string | | The iterator returned from a prior invocation |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"data":[{"createdAt":"1957-10-18T22:47:41.316Z","description":"aliqua","id":"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2","status":0,"updatedAt":"2007-10-11T15:31:26.270Z","url":"https://example.com/webhook/","version":1,"nextAttempt":"2019-09-02T04:43:11.537Z","rateLimit":91606508,"uid":"unique-ep-identifier","disabled":false,"filterTypes":["user.signup","user.deleted"],"channels":["project_123","group_2"]},{"createdAt":"1989-01-31T22:58:26.247Z","description":"sint ut","id":"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2","status":0,"updatedAt":"1949-12-25T21:26:37.125Z","url":"https://example.com/webhook/","version":1,"nextAttempt":"1991-01-21T08:48:35.217Z","rateLimit":86033917,"uid":"unique-ep-identifier","disabled":false,"filterTypes":["user.signup","user.deleted"],"channels":["project_123","group_2"]}],"done":false,"iterator":"iterator","prevIterator":"-iterator"}