Skip to main content
POST
tRPC Healthcheck API
The healthcheck namespace is available on the tRPC base endpoint:
  • Base endpoint: POST /v1/trpc
  • Namespace: healthcheck.*
  • Auth: public

Procedures

  • healthcheck.ping
    • Purpose: fast liveness check
    • Rate tier: Tier3
  • healthcheck.status
    • Purpose: aggregated service status (api, database, legacy_database, redis)
    • Rate tier: Tier2

Example Calls