get_workflow
Retrieve a workflow by ID, returning its full nodes and connections JSON, or use summary mode to get only metadata and node names/types for a lighter response.
Instructions
Get a workflow by ID, including full nodes and connections JSON. Use mode='summary' to get only metadata and the node list (cheaper for inspection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| mode | No | full = complete JSON; summary = metadata + node names/types only | full |