ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListFailedEvents

POST
/failedevents/_search

Response Body

application/json

curl -X POST "https://loading/failedevents/_search"
{
  "result": [
    {
      "database": "string",
      "viewName": "string",
      "failedSequence": 0,
      "failureCount": 0,
      "errorMessage": "string",
      "lastFailed": "2023-01-15T01:30:15.01Z"
    }
  ]
}

Was this page helpful?