n8n_workflow_health
Identify underperforming n8n workflows by analyzing recent executions. Returns success rate, failure count, average duration, and last failure, sorted worst-first to prioritize attention.
Instructions
Operational health report computed from recent executions: success rate, failure count, average duration, and last failure per workflow, sorted worst-first. Use it to find which workflows need attention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent executions to analyze (default 100) | |
| workflowId | No | Limit to one workflow |