Skip to main content

Returns event descriptions which cannot be processed. It's possible that some events need some retries. For example if the SMTP-API wasn't able to send an email at the first time

POST 

https://$CUSTOM-DOMAIN/system/v1/failedevents/_search

Returns event descriptions which cannot be processed. It's possible that some events need some retries. For example if the SMTP-API wasn't able to send an email at the first time

Request​

Body

required

    object

Responses​

Events which were not processed by the views

Schema

    result

    object[]

  • Array [

  • database string
    viewName string
    failedSequence uint64
    failureCount uint64
    errorMessage string
    lastFailed date-time

    The timestamp the failure last occurred

  • ]

curl -L 'https://$CUSTOM-DOMAIN/system/v1/failedevents/_search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/system/v1
Body required
{}
ResponseClear

Click the Send API Request button above and see the response here!