ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListFailedEvents

POST
/failedevents/_search

Response Body

application/json

application/json

curl -X POST "https://loading/failedevents/_search"
{
  "result": [
    {
      "database": "string",
      "viewName": "string",
      "failedSequence": 0,
      "failureCount": 0,
      "errorMessage": "string",
      "lastFailed": "1s"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?