get_template
Retrieves an n8n workflow template by ID with adjustable detail levels: nodes_only for minimal data, structure for nodes and connections, or full for the complete workflow JSON.
Instructions
Get template by ID. Use mode to control response size: nodes_only (minimal), structure (nodes+connections), full (complete workflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Response detail level. nodes_only: just node list, structure: nodes+connections, full: complete workflow JSON. | full |
| templateId | Yes | The template ID to retrieve |