POST
/
workflows
/
executions
/
{executionId}
/
resume
cURL
curl --request POST \
  --url https://prod.featherhq.com/workflows/executions/{executionId}/resume \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

executionId
string
required

Response

200
application/json

Workflow execution resumed successfully

success
boolean
required