Insights & Analytics
Track execution trends, step performance, and workflow health with computed insights. Available globally across all workflows or drilled down into a single workflow.
Types of Insights
Global Insights
Aggregated metrics across all your workflows: total executions, success rate, average duration, and step-type distribution.
Workflow Insights
Per-workflow analytics including execution timeline, step failure rates, and retry patterns.
Insights API
/api/insights/summaryReturns global insights for the authenticated user across all workflows.
/api/insights/workflows/:workflowIdReturns computed insights for a specific workflow. Accepts an optional limit query parameter (default 200).
Dashboard & UI
The Insights page provides charts and filters for execution trends. You can filter by time range, workflow, and step type. The dashboard also surfaces live workflow status, execution trend charts, and system health indicators.
Metrics Scope
- • Insights are computed from task and step result data. They do not include prompts, workflow definitions, or uploaded documents.
- • The default lookback window is the most recent 200 executions. Adjust via the
limitquery parameter. - • Step-level metrics include execution count, average duration, and failure count per step type.