Get n8n Workflow
n8n_get_workflowRetrieve full workflow details by ID, including nodes and connections, with output as JSON or markdown.
Instructions
Retrieve full details of a specific workflow by ID, including its nodes and connections.
Args:
id (string): Workflow ID
response_format ('markdown' | 'json'): Output format (default 'json' for full detail)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| response_format | No | Output format | json |