ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListViews

POST
/views/_search

Response Body

application/json

application/json

curl -X POST "https://loading/views/_search"
{
  "result": [
    {
      "database": "string",
      "viewName": "string",
      "processedSequence": 0,
      "eventTimestamp": "1s",
      "lastSuccessfulSpoolerRun": "1s"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?