UiPath · Capability
UiPath Automation Operations
Unified workflow for automation operators managing robots, jobs, queues, and assets in the UiPath Orchestrator. Used by RPA developers and operations teams to deploy, monitor, and manage running automations at scale.
What You Can Do
GET
List jobs
— List automation jobs with filtering
/v1/jobs
POST
Start jobs
— Start automation jobs
/v1/jobs
GET
List robots
— List all registered robots
/v1/robots
GET
List queues
— List all queue definitions
/v1/queues
GET
List queue items
— List queue transaction items
/v1/queue-items
POST
Add queue item
— Add item to queue
/v1/queue-items
GET
List assets
— List shared assets
/v1/assets
POST
Create asset
— Create a new shared asset
/v1/assets
GET
List alerts
— List automation alerts
/v1/alerts
GET
List entity records
— List data entity records
/v1/data/{entityName}/records
MCP Tools
list-jobs
List automation jobs with optional filtering and pagination
read-only
start-jobs
Start one or more UiPath automation jobs
stop-job
Stop a running automation job
idempotent
list-robots
List all registered automation robots and their status
read-only
list-queues
List all transaction queue definitions
read-only
add-queue-item
Add a new transaction item to an automation queue
list-assets
List shared automation assets like credentials and variables
read-only
list-alerts
List system and automation alerts for monitoring
read-only
list-data-records
List records from a Data Service entity
read-only
create-data-record
Create a new record in a Data Service entity
APIs Used
orchestrator
data-service