v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
workflows

Resume a workflow execution from an external link

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/workflows/executions/{executionId}/steps/{stepId}/resume/external</span></div>

Refer to Spaces for more information.

Resume a paused waitForApproval step (pauses the workflow and waits for a human to approve/decline before execution continues) or waitForInput step (passes the expected input values as query parameters in the URL). Returns an HTML confirmation page.

get/api/workflows/executions/{executionId}/steps/{stepId}/resume/external

Path parameters

executionIdstring required

Workflow execution ID

stepIdstring required

Workflow step execution ID

Query parameters

tokenstring required

The token created when the workflow execution was paused. Authenticates the request to resume execution.

boolean
OR
'true'
OR
'false'

Indicates whether a human reviewer approved the paused step. Required for waitForApproval when resuming an approval step.

Response

An HTML confirmation page confirming that the response was received and the workflow execution was resumed.