get_template
Retrieves an n8n workflow template by ID. Choose response detail: nodes only, structure with connections, or full 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 |
|---|---|---|---|
| templateId | Yes | The template ID to retrieve | |
| mode | No | Response detail level. nodes_only: just node list, structure: nodes+connections, full: complete workflow JSON. | full |