Skip to main content
POST
/
api
/
v1
/
workflow
/
{workflowId}
/
executions
/
{executionId}
/
resume
Resume workflow execution
curl --request POST \
  --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/resume \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflowId
string<uuid>
required
executionId
string<uuid>
required

Response

Agent workflow execution resumed successfully

success
boolean
required

Whether the resume operation was successful

message
string
required

Status message