v1

latestOpenAPI 3.0.32026-07-17407.0 KB
health

Health check endpoint

Returns server health status, uptime, and system information

get/health

Response

Default Response

successboolean

Example response

{
  "success": true,
  "data": {
    "startTime": "2025-07-14T07:46:11.922Z",
    "uptime": "4m",
    "hostname": "mm-macbook-pro.local",
    "platform": "darwin"
  }
}