ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

ListViews

Returns all stored read models of Zitadel views are used for search optimisation and optimise request latencies they represent the delta of the event happend on the objects

POST
/views/_search

Request Body

application/json

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/views/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": [
    {
      "database": "string",
      "viewName": "string",
      "processedSequence": 0,
      "eventTimestamp": "1s",
      "lastSuccessfulSpoolerRun": "1s",
      "instance": "string"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?