Health
Health
Operational health status for the current TattooAPI runtime.
GET
Health
Posture: Public no-auth read. This endpoint is part of the current promoted public surface.
GET /health is public and returns a direct object, not a success wrapper.
The endpoint now includes a runtime block derived from the internal data SDK. That block is the fastest way to confirm whether the API is seeing self-hosted Convex or a fallback posture.
Response Shape
Notes
200means healthy or degraded-but-operational.503means unhealthy.- The endpoint also returns system info, endpoint URLs, and feature flags for the local runtime.
services.configurationstill reports legacy Supabase env readiness during the Wave D cutover.runtime.currentPersistenceis the field to use when checking Convex runtime authority.
