v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Automations

Resolve Paused Automation Executions

Decide what to do with the executions that were paused while the automation's circuit breaker was tripped. Idempotent.

post/api/v1/automations/{id}/circuit_breaker/resolve_paused

Path parameters

idstring required

The unique identifier of the automation whose paused executions should be resolved.

Request body

decision'PAUSED_EXECUTION_DECISION_UNSPECIFIED' | 'PAUSED_EXECUTION_DECISION_RUN' | 'PAUSED_EXECUTION_DECISION_CANCEL'

Whether to run or cancel the paused executions.

reasonstring

Optional human-readable reason for the resolution decision. Stored on the audit row (paused_run / paused_cancelled events) for post-mortem and compliance use. Surfaced in the FE as a required field on CANCEL so admins capture why bulk-cancellation happened. Up to 1024 bytes.

Response

Successful response

bulkActionIdstring

The bulk action ID created to resolve the paused executions. Track progress via the BulkAction API.

erroredCountinteger

Deprecated: see paused_count.

pausedCountinteger

Deprecated: previously returned inline resolution counts. Now returns the bulk action ID for async tracking.