cURL
curl --request GET \ --url http://127.0.0.1:3003/health
{ "result": [ { "ok": 1 } ], "status": "ok", "uptime": 4821.184 }
Checks database connectivity and returns uptime.
curl -sS "$GODEL_API_BASE_URL/health"
Service is healthy
Show child attributes
ok
Process uptime in seconds.