read
Access and retrieve n8n workflow JSON files to analyze automation processes, extract code components, and facilitate workflow management and deployment.
Instructions
Read a specific n8n workflow JSON file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the workflow file relative to workflows root |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to the workflow file relative to workflows root",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}