National Commerce Docs
n8n flows

Get Total Execution Usage

Ad-hoc reporting helper that counts how many executions each workflow has run, for gauging usage across the instance.

A throwaway analytics helper that counts how many executions each workflow has run, to gauge execution usage across the instance.

At a glance

  • Status: Inactive (manual only). Marked [Test].
  • Trigger: Manual ("When clicking 'Test workflow'").
  • Runs on: All executions in the instance.
  • Talks to: n8n internal API only.

How it works

  1. Get All Executions returns all executions (returnAll: true, no filter).
  2. Count Executions For Each Workflow (Summarize) groups by workflowId and counts.

Notes

  • Marked [Test], a throwaway helper with no output destination.
  • No date filter is actually applied, despite the node name suggesting otherwise.

On this page