v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-104136109.1 KB
system

Health check

Return the health status, version, and uptime

get/health

Response

OK

statusstring
uptimestring
versionstring

Example response

{
  "status": "ok",
  "uptime": "2h30m15s",
  "version": "1.0.0"
}