curl https://grail-stack-dev.onrender.com/health
{
"status": "ok"
}
General
Health Check
Liveness probe. Returns a simple JSON body. No authentication required.
GET
/
health
curl https://grail-stack-dev.onrender.com/health
{
"status": "ok"
}
Overview
A lightweight liveness probe. Does not touch the database or any downstream dependency. Safe to hit at high frequency for uptime monitoring.Request
No body, no query parameters, no authentication.Response
string
Always
"ok" when the API process is up and responding.curl https://grail-stack-dev.onrender.com/health
{
"status": "ok"
}
