Skip to main content
GET
System Status
Get system status including initialization state and current user information.
For unauthenticated health checks, use the /health endpoint instead.

Authentication

Requires API key authentication via X-API-Key header.

Response

string
Response status (ok or error)
object
System status information
number
Request processing time in seconds

Example

Health Check (No Auth)

For basic health checks without authentication (e.g., load balancers, monitoring):
Response:

Readiness Probe

For Kubernetes readiness probes that check all subsystems:
Response (200 OK):
Response (503 Service Unavailable):