- Überblick
- Erste Schritte
- Konzepte
- Using UiPath CLI
- Anleitungen
- CI/CD recipes
- Befehlsreferenz
- Überblick
- Exitcodes
- Global options
- uip codedagent
- uip docsai
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- Ein Projekt erstellen
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-workflow-examples
- pack
- restore
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- Migration
- Reference & support
UiPath CLI user guide
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
| Ressource | Zweck |
|---|---|
| Jobs | Summary, 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
- Tools (plugins) — install, update, uninstall the
@uipath/insights-toolpackage. uip login— session used for every Insights call.uip traces— LLM Observability spans, an orthogonal observability surface.- Global options
- Exitcodes