GET
/
api
/
server
/
health
Health check endpoint
curl --request GET \
  --url http://localhost:3000/api/server/health
{
  "status": "OK",
  "version": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "dependencies": {
    "agents": "healthy"
  }
}

Response

System is healthy

status
string
Example:

"OK"

version
string
timestamp
string<date-time>
dependencies
object