Skip to main content

List Views/Projections

POST 

/views/_search

Returns all stored read models of ZITADEL. Views are used for search optimization and optimizing request latencies. They represent the delta of the event that happened on the objects

Responses​

Views for query operations

Schema

    result

    object[]

  • Array [

  • database string
    viewName string
    processedSequence uint64
    eventTimestamp date-time

    The timestamp the event occurred

    lastSuccessfulSpoolerRun date-time

    The timestamp the event occurred

  • ]

Loading...