Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://127.0.0.1:3003/health
{
  "result": [
    {
      "ok": 1
    }
  ],
  "status": "ok",
  "uptime": 4821.184
}
Use this endpoint to verify service and database availability.
curl -sS "$GODEL_API_BASE_URL/health"

Response

Service is healthy

result
object[]
required
status
enum<string>
required
Available options:
ok
uptime
number
required

Process uptime in seconds.