UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Letzte Aktualisierung 7. Mai 2026

uip insights

uip insights queries UiPath Insights — the analytics layer over job execution data. The tool exposes the preset Insights dashboards as commands: overall summary, completed- and uncompleted-job timelines, top failing processes, failure grouping by reason, and detailed per-process and per-failure drill-downs.

Install it with uip tools install insights, or invoke uip insights … and let auto-install run. The underlying package is @uipath/insights-tool; the command prefix is insights. See Tools (plugins) for the install model and uip tools for the command that manages tool installation.

Ressourcen

RessourceZweck
JobsSummary, completed- and uncompleted-job timelines, top failures, failures by reason, per-process breakdowns, and failure-detail drill-downs.

Synopsis

uip insights jobs <verb> [options]
uip insights jobs <verb> [options]

All uip insights verbs honor the global options (--output, --output-filter, --log-level, --log-file) and the standard exit codes.

Shared filters

Every insights jobs subcommand accepts the same filter surface — time range, folders, processes, machines. The flag set is documented inline on the jobs page.

Use either --time-range or the absolute --started-after/--started-before pair. Combining them is valid but the Insights backend resolves to whichever interval is narrower. All filters are optional; an unfiltered query returns tenant-wide data for the default time range.

Authentication

Every Insights call uses the session established by uip login. If no session is present, the CLI emits Failure with Instructions: "Run 'uip login' to authenticate first." and exits 1.

Siehe auch

  • Ressourcen
  • Synopsis
  • Shared filters
  • Authentication
  • Siehe auch

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben