GET /health
Returns server status. No authentication required.Response
"ok" when the server is running.API version string.
Seconds since last restart.
Total requests served since startup.
Number of responses served from cache.
Current number of entries in the in-memory cache.
Use
/health for uptime monitoring. The endpoint never requires an API key, so it is safe to call from probes that have no credentials.