Skip to content

WebSocket health

GET
/health/websocket

Returns 200 if Socket.IO is initialized, 503 otherwise. No auth required.

Responses

WebSocket healthy

application/json
JSON
{
  
"status": "ok",
  
"mode": "string",
  
"app": "string",
  
"otel_enabled": true,
  
"clients": 0
}

Playground

Samples

Powered by VitePress OpenAPI