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

TypeScript Definitions

Use the request body type in TypeScript.

This is an empty request

Response Body

application/json

curl -X POST "https://loading/views/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": [
    {
      "database": "string",
      "viewName": "string",
      "processedSequence": 0,
      "eventTimestamp": "2023-01-15T01:30:15.01Z",
      "lastSuccessfulSpoolerRun": "2023-01-15T01:30:15.01Z",
      "instance": "string"
    }
  ]
}

Was this page helpful?