Engine — Health

Health check

Returns server health status. Use for load-balancer health checks.

get/health

Response

Server is healthy.

statusstring

Example response

{
  "status": "ok"
}

Changes