What problem does it solve? Monitoring automation health across UiPath Orchestrator requires digging through dashboards manually. This Skill lets you query aggregated job execution data directly from the CLI to check success rates, find failing processes, and investigate failure reasons without opening the Insights web UI. ## Core Features & Use Cases - Job KPI Summaries: Get total job counts, successful job counts, and average processing time for any time window. - Failure Analysis: Rank processes by failure count, group failures by exception reason, and drill into per-machine failure details. - Timeline Trends: Track completed and uncompleted (running/pending) jobs over time to spot stuck jobs or regressions. - Use Case: When a user asks "which processes fail the most this month?", run uip insights jobs top-failures --time-range 43200 followed by failures-by-reason to produce a ranked table of failing processes and their top error messages. ## Quick Start Ask the assistant to show the job success rate and top failing processes for the last 24 hours using uip insights.