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

{&quot;data&quot;:[{&quot;createdAt&quot;:&quot;1957-10-18T22:47:41.316Z&quot;,&quot;description&quot;:&quot;aliqua&quot;,&quot;id&quot;:&quot;ep_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;status&quot;:0,&quot;updatedAt&quot;:&quot;2007-10-11T15:31:26.270Z&quot;,&quot;url&quot;:&quot;https://example.com/webhook/&quot;,&quot;version&quot;:1,&quot;nextAttempt&quot;:&quot;2019-09-02T04:43:11.537Z&quot;,&quot;rateLimit&quot;:91606508,&quot;uid&quot;:&quot;unique-ep-identifier&quot;,&quot;disabled&quot;:false,&quot;filterTypes&quot;:[&quot;user.signup&quot;,&quot;user.deleted&quot;],&quot;channels&quot;:[&quot;project_123&quot;,&quot;group_2&quot;]},{&quot;createdAt&quot;:&quot;1989-01-31T22:58:26.247Z&quot;,&quot;description&quot;:&quot;sint ut&quot;,&quot;id&quot;:&quot;ep_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;status&quot;:0,&quot;updatedAt&quot;:&quot;1949-12-25T21:26:37.125Z&quot;,&quot;url&quot;:&quot;https://example.com/webhook/&quot;,&quot;version&quot;:1,&quot;nextAttempt&quot;:&quot;1991-01-21T08:48:35.217Z&quot;,&quot;rateLimit&quot;:86033917,&quot;uid&quot;:&quot;unique-ep-identifier&quot;,&quot;disabled&quot;:false,&quot;filterTypes&quot;:[&quot;user.signup&quot;,&quot;user.deleted&quot;],&quot;channels&quot;:[&quot;project_123&quot;,&quot;group_2&quot;]}],&quot;done&quot;:false,&quot;iterator&quot;:&quot;iterator&quot;,&quot;prevIterator&quot;:&quot;-iterator&quot;}