Skip to content

GET /health

Returns the daemon’s health status. No authentication required.

URL: GET /health

Terminal window
curl http://localhost:9222/health
{
"success": true,
"data": {
"status": "healthy"
}
}