n8n_get_workflow
Retrieve an n8n workflow by its ID, selecting detail level: full, details (metadata+stats), structure (nodes/connections), or minimal.
Instructions
Get workflow by ID with different detail levels. Use mode='full' for complete workflow, 'details' for metadata+stats, 'structure' for nodes/connections only, 'minimal' for id/name/active/tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| mode | No | Detail level: full=complete workflow, details=full+execution stats, structure=nodes/connections topology, minimal=metadata only | full |