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>"
}
Resume an agent 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>"
}
Agent workflow execution resumed successfully
The response is of type object
.