Get n8n Workflow Template
get_templateRetrieve the complete workflow JSON for any n8n template, including all node parameters, connections, and settings, to understand and adapt the workflow.
Instructions
Fetch the full workflow JSON for an n8n template.
Returns the complete workflow definition including all node parameters, connections, positions, and settings. This is the data you need to understand exactly how a template is wired and recreate or adapt it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID (from search_templates results or n8n.io/workflows URL). e.g. 5772, or extract from https://n8n.io/workflows/5772 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |