Health
Health
Section titled “Health”4 endpoints in this module.
/health
Section titled “/health”| Method | Path | Auth | Permissions | Roles | Description |
|---|---|---|---|---|---|
| GET | /api/health/liveness |
public |
— | — | Liveness probe |
| GET | /api/health/readiness |
public |
— | — | Readiness probe (checks DB connection) |
| GET | /api/health/functional |
public |
— | — | Functional health (cached — run via BullMQ cron in worker) |
| GET | /api/health/dependencies |
public |
— | — | Dependency health (cached — run via BullMQ cron in worker) |
Source: apps/api/src/modules/health/health.controller.ts