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
POSThttps://$CUSTOM-DOMAIN/system/v1/views/_search
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
Request​
- application/json
- application/grpc
- application/grpc-web+proto
Body
required
object
Body
required
object
Body
required
object
Responses​
- 200
- 403
- 404
- default
Views for query operations
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
result
object[]
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2025-05-13T08:34:30.288Z",
"instance": "840498034930840"
}
]
}
- Schema
- Example (from schema)
Schema
result
object[]
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2025-05-13T08:34:30.288Z",
"instance": "840498034930840"
}
]
}
- Schema
- Example (from schema)
Schema
result
object[]
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2025-05-13T08:34:30.288Z",
"instance": "840498034930840"
}
]
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/system/v1/views/_search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{}'
ResponseClear