AutomationFlowsGeneral › Automated N8n Workflow Audit & Export Tool (json + Excel)

Automated N8n Workflow Audit & Export Tool (json + Excel)

ByV3 Code Studio @v3codestudio on n8n.io

Stop Auditing Workflows Manually — Automate Your n8n Reports. This workflow delivers complete visibility across every automation in your n8n instance — instantly, reliably, and without opening the editor.

Webhook trigger★★★★☆ complexity17 nodesn8n
General Trigger: Webhook Nodes: 17 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #10852 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "106eab2a-cd66-456a-8def-22f184951f41",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        5392
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "80a4dcfd-2a01-4ce3-bee3-da841bdc5e6f",
      "name": "Receive Request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        128,
        6080
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "09594cf5-509a-49b2-b169-43f4f5caa2ce",
      "name": "Parse Query Params",
      "type": "n8n-nodes-base.code",
      "position": [
        512,
        6080
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ceb906e2-94dd-4869-bb67-a01a6ad296c5",
      "name": "Fetch All Workflows",
      "type": "n8n-nodes-base.n8n",
      "position": [
        864,
        6080
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a493f96f-c6b6-4ae1-9812-2ef5212b1f31",
      "name": "Filter by Status",
      "type": "n8n-nodes-base.code",
      "position": [
        1248,
        6080
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "0fd7df92-efbf-4d38-a209-21ca1997f06c",
      "name": "Extract Workflow Metadata",
      "type": "n8n-nodes-base.code",
      "position": [
        1616,
        6080
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "fa0ba1c3-d306-429c-9c6b-1e0bc6125d15",
      "name": "Switch Output Type",
      "type": "n8n-nodes-base.switch",
      "position": [
        1984,
        6080
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "3ba9e3c9-698f-4df0-91a8-74c35105ece2",
      "name": "Return JSON Response",
      "type": "n8n-nodes-base.code",
      "position": [
        2416,
        6112
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ef0e381c-2847-4051-93cd-ab5464dc15e5",
      "name": "Respond to Webhook1",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2832,
        6112
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "0827bb74-df94-4845-85e0-34a4feb48509",
      "name": "Return JSON Response1",
      "type": "n8n-nodes-base.code",
      "position": [
        2416,
        5952
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8702b089-8650-46e9-98ef-0702c467ebc6",
      "name": "Respond to Webhook2",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2832,
        5952
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "0ef37afe-5a8d-40e3-b065-f3a9ecb04999",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        5840
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ce4924f9-c1bb-4d92-b728-1a57b94c42bc",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        752,
        5840
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d5878dea-8aa0-4869-9100-c55cf46bb30e",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1872,
        5840
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f89e80ac-e088-4e4c-9393-f75e226e7f16",
      "name": "Sticky Note11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2240,
        5840
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d7f10fd6-be77-4739-8d02-9ba7531d9d22",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        2624,
        6112
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "9fb9491b-023f-4e61-b735-8284429c5f07",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        5840
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Convert to File": {
      "main": [
        [
          {
            "node": "Respond to Webhook1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Request": {
      "main": [
        [
          {
            "node": "Parse Query Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter by Status": {
      "main": [
        [
          {
            "node": "Extract Workflow Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Query Params": {
      "main": [
        [
          {
            "node": "Fetch All Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch Output Type": {
      "main": [
        [
          {
            "node": "Return JSON Response1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Return JSON Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch All Workflows": {
      "main": [
        [
          {
            "node": "Filter by Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Return JSON Response": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Return JSON Response1": {
      "main": [
        [
          {
            "node": "Respond to Webhook2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Workflow Metadata": {
      "main": [
        [
          {
            "node": "Switch Output Type",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Stop Auditing Workflows Manually — Automate Your n8n Reports. This workflow delivers complete visibility across every automation in your n8n instance — instantly, reliably, and without opening the editor.

Source: https://n8n.io/workflows/10852/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

This workflow provides a secure API endpoint to remotely trigger other n8n workflows with custom data and to retrieve information about your existing workflows. It's perfect for users who want to inte

n8n
General

If you previously upgraded to n8n version , some of your workflows might have been accidentally rewired in the wrong way. This issue affected nodes with more than one output, such as , , and .

n8n
General

A production-ready authentication workflow implementing secure user registration, login, token verification, and refresh token mechanisms. Perfect for adding authentication to any application without

Crypto, Data Table, Execute Workflow Trigger
General

Portfolio Orchestrator. Uses httpRequest. Webhook trigger; 59 nodes.

HTTP Request
General

This n8n template demonstrates how a simple Multi-Layer Perceptron (MLP) neural network can predict housing prices. The prediction is based on four key features, processed through a three-layer model.