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