Monitor [PROD] workflows in real time with the n8n Public API dashboard
A real-time monitoring dashboard for your n8n production workflows, accessible directly from the browser via webhook. Tag any workflow with [PROD] and it will automatically appear on the dashboard showing: → Healthy v...
Template notes
A real-time monitoring dashboard for your n8n production workflows, accessible directly from the browser via webhook.
Tag any workflow with [PROD] and it will automatically appear on the dashboard showing:
→ Healthy vs error workflows → Success rate per workflow → Total errors and successes → Last error timestamp → 7-day error history chart
The dashboard auto-refreshes every 30 seconds. No external tools required — it uses only the n8n Public API.

How it works
When the webhook is triggered, the workflow: 1. Fetches all workflows tagged [PROD] via the n8n API 2. Retrieves the last 50 executions (success + error) for each workflow 3. Calculates metrics and renders a dark-themed HTML dashboard 4. Returns the dashboard directly in the browser
Requirements