Skip to main content
GET
/
health
curl -X GET "http://CONTROL_PLANE_IP:PORT/health"
{
  "status": "healthy",
  "message": "OSWorld API server is running"
}
Health check endpoint for the OSWorld API server. Provides a simple verification that the API server is running and responsive. No authentication or parameters required.

Response

status
string
Server health status (healthy)
message
string
Human-readable status message
curl -X GET "http://CONTROL_PLANE_IP:PORT/health"
{
  "status": "healthy",
  "message": "OSWorld API server is running"
}