Session health

Per-session health, stall detection and recovery.

Session health#

Generated from apps/server/src/routes/health-session.ts. Do not edit by hand — run pnpm --filter @pair-protocol/web gen-docs to refresh.

Per-session health, stall detection and recovery.

All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.

Endpoints#

GET /:id/health -- session health status#

GET/api/sessions/:id/healthno auth

POST /:id/recover -- recovery actions#

POST/api/sessions/:id/recoverno auth