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

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

  • ]
Loading...