Workflows
Get a Workflow
Retrieve a workflow's current version by name.
Returns the full workflow record: currentVersionNum, mainNodeName, the nodes array (with each node's function reference and pinned versionNum if any), and the edges array. To inspect a historical version, use GET /v3/workflows/{workflowName}/versions/{versionNum}.
get/v3/workflows/{workflowName}
Path parameters
workflowNamestring required
Response
The request has succeeded.