Get workflow
get_workflowFetch a full n8n workflow by ID, returning all nodes, connections, and settings. Optionally exclude pinned data.
Instructions
Get a full workflow by ID, including nodes, connections and settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| excludePinnedData | No | Exclude pinData (default true) |