Report readiness of dependencies
No auth required. Checks, in order: PostgreSQL connectivity and recent heartbeats from the required workers (product-worker and provisioner-worker by default, configurable via CAUSELOOP_REQUIRED_WORKERS) advertising the job types the product depends on (materialize_insights, send_email, train_tenant_model, provision_tenant); object storage reachability; credential-encryption key configuration; email delivery provider configuration; and, if REDIS_URL is set (or required in production via CAUSELOOP_REDIS_REQUIRED), a Redis ping. Returns {"status": "ready", "checks": {...}} with HTTP 200 if every check passes, or {"status": "not_ready", ...} with HTTP 503 otherwise — one boolean per check plus failure detail.
Response
Successful Response
The response is of type Response Readiness Health Ready Get · object.