Health
Get system health
Returns health check results for database, Redis, and other services.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Get server version
Returns the current server version and optionally the latest available release.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
System health check
Returns public liveness status. When HEALTH_CHECK_TOKEN is configured and a matching Bearer token is supplied, returns rich operational health details; unauthenticated 200 responses are intentionally minimal.
OK
Get instance health status
Runs a full health check and returns the current health status for the instance.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
OK
Get instance uptime
Returns uptime percentage and incident log for the given period.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
Query Parameters
daysintegerNumber of days (1-365)
30OK