List failed event delivery attempts
GET {{baseInfraUrl}}/{{version}}/event/attempt
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
fields | null | List of strings to filter response JSON keys. | |
limit | null | Maximum number of objects to be retrieved. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
eventIds | null | List of strings to filter entities by their Event ids | |
webhookIds | null | List of strings to filter entities by their subscribed Webhook ids |
RESPONSES
status: OK
{"attempts":[{"code":"invalidConnection","created":"2022-05-11T21:48:27.755908+00:00","eventId":"4836873369288704","id":"5364974092288000","message":"Connection failed","webhookId":"5625289241526272"}],"cursor":null}