Connect your own UiPath Orchestrator (Automation Cloud or standalone) to see and manage your processes, jobs, queues, robots, and assets from Imperal -- list processes and start/stop jobs against t...
What this app can do
38 tools registered
Connect UipathFree
Connect a UiPath Automation Cloud organization/tenant by saving your own External Application's client_id/client_secret plus the organization name, tenant name, and a default Orchestrator Folder id, after checking the credentials actually work. You'll need: an External Application (Automation Cloud > Admin > External Applications > create a Confidential Application) granted the OR.* scopes you want to use (e.g. OR.Jobs, OR.Queues, OR.Robots, OR.Assets).
List ConnectionsFree
List the connected UiPath Automation Cloud organizations/tenants.
Disconnect UipathFree
Disconnect one UiPath organization/tenant. Nothing in Automation Cloud is changed; the saved External Application credentials are deleted here.
List Processes8 tok
List processes (Orchestrator Releases) available in a Folder.
Get Process8 tok
Read one process (Release) in full.
List Jobs8 tok
List recent jobs (process runs) in a Folder, most recent first.
Get Job8 tok
Read one job in full -- state, robot, timing, and any error info.
Start Job20 tok
Start a job: run a process (by its Release key) now, either on explicit robots or letting Orchestrator pick any available robot.
Stop Job16 tok
Stop a running job: 'Kill' for immediate termination, or 'SoftStop' to let the current transaction finish first.
List Queues8 tok
List queue definitions configured in a Folder.
List Queue Items8 tok
List transaction items in a queue, optionally filtered by status (New, InProgress, Successful, Failed, Abandoned, Retried).
Add Queue Item16 tok
Add a new transaction item to a queue -- the payload a process will pick up and process.
Set Queue Item Status16 tok
Manually set a queue item's outcome to 'Successful' or 'Failed'.
List Robots8 tok
List robots registered in a Folder -- their machine, status, and type.
List Assets8 tok
List assets (named configuration values/credentials/text) defined in a Folder.
Get Asset8 tok
Read one asset's value by name (credential assets never expose their secret).
Set Asset Value16 tok
Update an existing asset's value.
Bulk Stop Jobs60 tok
Stop several jobs in one call, by explicit job ids. Continues past per-item failures and reports which ones succeeded/failed.
Audit Folder40 tok
Build one aggregated health report for a Folder: every process with its currently running job count and last-24h success/failure counts.
List Folders8 tok
List Orchestrator Folders (organization units) in the connected tenant.
Get Folder8 tok
Read one Orchestrator Folder in full.
List Machines8 tok
List Machines (runtime hosts robots run on) registered in a Folder.
Get Machine8 tok
Read one Machine in full.
List Environments8 tok
List Environments (legacy robot groupings) configured in a Folder.
List Libraries8 tok
List Libraries (shared reusable automation components) published in a Folder.
Get Library8 tok
Read one Library in full.
List Schedules8 tok
List Process Schedules (Triggers) -- Orchestrator's own recurring job scheduler -- configured in a Folder.
Get Schedule8 tok
Read one Process Schedule (Trigger) in full.
Set Schedule Enabled16 tok
Enable or disable a Process Schedule (Trigger) without deleting it.
Run Schedule20 tok
Run a Process Schedule (Trigger) right now, regardless of its cron timing.
List Buckets8 tok
List Storage Buckets (Orchestrator's own file storage a process can read/write files from) configured in a Folder.
List Bucket Files8 tok
List files stored inside one Storage Bucket, optionally under a directory path.
Get Bucket File Read Uri8 tok
Get a signed, time-limited download URL for one file inside a Storage Bucket.
List Webhooks8 tok
List Webhooks (Orchestrator's own event push subscriptions) configured on the connected tenant.
Create Webhook16 tok
Create a new Webhook subscription: Orchestrator will POST events to your URL as they happen (e.g. job.completed, job.faulted) instead of you having to poll.
Delete Webhook16 tok
Permanently remove a Webhook subscription. Cannot be undone.
List Users8 tok
List Users registered in the connected UiPath Automation Cloud organization.
List Audit Logs8 tok
List Audit Log entries -- Orchestrator's own record of who did what and when -- for a Folder.