Workflows
Get all workflows
The page No
0The Page Size
10Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflows fetched successfully
Unauthorized access
Your plan does not have API access
Requested workspace does not belongs to you
Error in fetching workflows
Get workflow by ID
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow fetched successfully
Unauthorized access
Your plan does not have API access
Workflow not found
Requested workspace does not belongs to you
Error in fetching workflow
Pause Workflow
This API will pause the workflow, which means all scheduled executions will be canceled.
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow paused successfully
Unauthorized access
Your plan does not have API access
Workflow not found
Requested workspace does not belongs to you
Get workflow nodes by workflow ID
This API will give you a list of all nodes in the workflow.
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Workflow nodes fetched successfully
Unauthorized access
Your plan does not have API access
Workflow not found
Requested workspace does not belongs to you
Error in fetching workflow nodes
Last updated