Skip to main content
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

status
string
Always "ok" when the API process is up and responding.
curl https://grail-stack-dev.onrender.com/health
{
  "status": "ok"
}