n8n_export_workflow
Export an n8n workflow as JSON by providing its ID. Returns the full workflow definition for backup or import into another n8n instance.
Instructions
Export a workflow from an n8n server as JSON. Returns the complete workflow definition that can be imported into another n8n instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | n8n workflow ID to export | |
| server_name | No | Server name. Uses default if omitted. |