Resolve a circuit breaker
POST /api/workspaces/{workspaceId}/quality/circuit-breakers/{id}/resolve
Resolve a circuit breaker to re-enable the AI pipeline for the affected scope. A circuit breaker must be acknowledged before it can be resolved.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The workspace the circuit breaker belongs to.
The unique identifier of the circuit breaker.
Responses
Section titled “ Responses ”The circuit breaker was resolved and the AI pipeline is re-enabled.
A circuit breaker that pauses the AI pipeline when quality drops below configured thresholds.
object
Unique identifier for the circuit breaker.
Example
cb_11223344-5566-7788-99aa-bbccddeeff00The scope affected by this circuit breaker (e.g., account:accountId).
Example
account:acc_12345678-abcd-ef01-2345-678901234567Human-readable explanation of why the circuit breaker was triggered.
Example
3 consecutive conversations scored below composite threshold (3.0) for account Nordic Parts ApSTimestamp when the circuit breaker was triggered.
Example
2026-03-15T10:00:00.000ZUser ID of the person who acknowledged this circuit breaker.
Timestamp when the circuit breaker was acknowledged.
Timestamp when the circuit breaker was resolved.
No circuit breaker exists with the given ID.
Standard error response returned by all endpoints on failure.
object
A human-readable error message describing what went wrong.
Example
Conversation not found