GET
/
api
/
v2
/
health
curl --request GET \
  --url https://aquilax.ai/api/v2/health
{
  "ID": "95148e14be674e067be644de814de36c",
  "hostname": "localhost",
  "status": "ok",
  "timestamp": 1741492261,
  "version": 2
}

Response

200 - application/json

Service is healthy

Schema for health check response.