health
Health check
Returns 200 when the API is reachable. SDK clients call this on startup to warm HTTP/2 connections before the first real request.
get/healthz
Response
Service is healthy
Example response
{
"status": "ok"
}Returns 200 when the API is reachable. SDK clients call this on startup to warm HTTP/2 connections before the first real request.
Service is healthy
{
"status": "ok"
}