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 — runpnpm --filter @pair-protocol/web gen-docsto 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 authPOST /:id/recover -- recovery actions#
POST
/api/sessions/:id/recoverno auth