Skip to Content
OperationsInsights

Operation Insights

The insights dashboard provides analytics on your operations — what’s being run, how often, and how it’s performing.

Available Metrics

MetricDescription
Operations per dayHow many operations are executed daily
Items processedTotal items processed across all operations
Success ratePercentage of items that succeed
Average durationHow long operations take to complete
Most common actionsWhich action types are used most
Failure breakdownMost common failure reasons

Accessing Insights

Portal

Navigate to Operations > Insights to see charts and summaries.

API

GET /api/insights?category=operations&period=30d

Using 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.