Operation Insights
The insights dashboard provides analytics on your operations — what’s being run, how often, and how it’s performing.
Available Metrics
| Metric | Description |
|---|---|
| Operations per day | How many operations are executed daily |
| Items processed | Total items processed across all operations |
| Success rate | Percentage of items that succeed |
| Average duration | How long operations take to complete |
| Most common actions | Which action types are used most |
| Failure breakdown | Most common failure reasons |
Accessing Insights
Portal
Navigate to Operations > Insights to see charts and summaries.
API
GET /api/insights?category=operations&period=30dUsing Insights
Insights help you:
- Identify patterns — Which operations are you running repeatedly? Consider automating with dispatchers.
- Spot issues — High failure rates may indicate credential problems or API changes.
- Measure throughput — Track how many items your team processes daily.
- Optimize workflows — See which actions take the longest and investigate bottlenecks.