n8n_get_workflow
Retrieve complete details of an n8n workflow by its ID, including all nodes, connections, and settings, to enable inspection, troubleshooting, or further automation management.
Instructions
Get detailed information about a specific n8n workflow including all nodes, connections, and settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | n8n workflow ID | |
| server_name | No | Server name. Uses default if omitted. |