List failed event delivery attempts

GET {{baseInfraUrl}}/{{version}}/event/attempt

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
fieldsnullList of strings to filter response JSON keys.
limitnullMaximum number of objects to be retrieved.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
eventIdsnullList of strings to filter entities by their Event ids
webhookIdsnullList 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}