n8n_get_workflow
Retrieve a single n8n workflow via REST API for review or backup. Returns summary by default; use include_definition for the editable definition (secrets excluded).
Instructions
Read one n8n workflow through the official REST API. Returns a compact summary by default; include_definition returns the updateable workflow definition but never credential secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| include_definition | No |