AviatoAviato
DeveloperAPI ReferenceHealth

/api/health

GET
/api/health

Response Body

application/json

curl -X GET "https://example.com/api/health"
{
  "status": "ok",
  "timestamp": "string",
  "version": "string",
  "uptime": 0,
  "plugins": {
    "bootComplete": true,
    "total": 0,
    "running": 0,
    "starting": 0,
    "failed": 0
  }
}