cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/monitoring/bandwidthManager/executeWithCircuitBreaker \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "operationId": "<string>", "serviceName": "<string>", "failureThreshold": 123, "recoveryTimeMs": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "circuitState": "<string>", "success": true, "error": "<string>", "result": { "operationId": "<string>", "timestamp": 123 } } }
Execute operation with circuit breaker protection
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error