Api
Readiness probe
Reports whether the audit DB and the parsing engine are reachable. `degraded` means one is down and the worker should not take traffic.
Response Body
application/json
curl -X GET "https://example.com/readyz"{ "status": "ok", "engine": true, "database": true}