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
Get All Executionsreturns all executions (returnAll: true, no filter).Count Executions For Each Workflow(Summarize) groups byworkflowIdand counts.
Notes
- Marked
[Test], a throwaway helper with no output destination. - No date filter is actually applied, despite the node name suggesting otherwise.
Related
- Scenario Backups: instance-wide backup utility.
- Map Workflows ↔ Supabase Tables: a sibling introspection helper.
- Error Handler: the shared error workflow.
- See also Data flows.
Map Workflows ↔ Supabase Tables
Introspection utility that scans active workflows and builds a mapping of which Supabase tables each scenario touches.
OLD: Process Supabase Queue
Retired queue-processing flow that consumed a Supabase-backed queue of ShipHero shipment events and wrote them into Supabase.