List circuit breakers
GET /api/workspaces/{workspaceId}/quality/circuit-breakers
Retrieve the active circuit breakers for a workspace. A circuit breaker triggers when quality metrics fall below the configured thresholds and pauses the AI pipeline for the affected scope until a human acknowledges and resolves the issue.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The workspace to list circuit breakers for.
Responses
Section titled “ Responses ”Active circuit breakers for the workspace.
List of active circuit breakers for a workspace.
object
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.
Total number of active circuit breakers.
Example
1