HTTP API
Health
GET/health
curl -X GET "https://example.com/health"{ "blob": { "connected": true, "error": "string" }, "circuit_breaker": { "failure_count": 0, "half_open_requests": 0, "state": "Closed", "time_in_current_state": 0 }, "redis": { "connected": true, "error": "string", "ping_time_ms": 0 }, "status": "string", "websocket": null}