Get Workflow
get_workflowRetrieve a workflow's complete node-and-edge graph for authoring: each node includes kind, config, and parentId, and all edges are listed. Use this to inspect or modify a workflow's structure.
Instructions
Return one workflow's full graph — every node with its kind, config and parentId, and every edge. This is the authoring view; use export_workflow for the portable WorkflowSchema document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow id from create_workflow. |