Skip to main content
SDK equivalent
const status = await sdk.healthcheck();
Simple liveness probe that surfaces:
  • status (ok when the app is running)
  • uptime, timestamp
  • version (npm package version) and commit (git SHA)
Pair with GET /ready for a readiness check that fans out across downstream dependencies (databases, Kafka, cache). Wire both into your load balancer and monitoring stack.