cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/monitoring/bandwidthManager/getCircuitBreakerStatus \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "args": {} }'
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "breakers": [ { "failures": 123, "service": "<string>", "state": "<string>" } ], "summary": { "closedBreakers": 123, "halfOpenBreakers": 123, "openBreakers": 123, "totalBreakers": 123 } } }
Get circuit breaker status for all services
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Convex executed your request and returned a result
success
error
Show child attributes