Authorizations
Response
Agent workflow execution paused successfully
The response is of type object
.
curl --request POST \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/pause \
--header 'X-API-Key: <api-key>'
{
"success": true,
"message": "<string>"
}
Pause an agent workflow execution
curl --request POST \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/pause \
--header 'X-API-Key: <api-key>'
{
"success": true,
"message": "<string>"
}
Agent workflow execution paused successfully
The response is of type object
.