n8n_get_workflow
Fetch a single n8n workflow by its id to retrieve metadata and optionally the full node graph for inspection or editing.
Instructions
Fetch a single n8n workflow by id. Returns metadata and optionally the full node graph. Resolves against the live workflow, not the workflow_entity row directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow id (from n8n_list_workflows). | |
| includeDefinition | No | Include full nodes+connections JSON. Off by default. Turn on when you need to inspect or edit. |