cURL
curl --request POST \ --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/resume \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Resume an agent workflow execution
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent workflow execution resumed successfully
Whether the resume operation was successful
Status message