orchestrator
2025.10
true
- Getting started
 - Authentication
 - Swagger definition
 - Orchestrator APIs
- Alerts Requests
 - Assets requests
 - Calendars requests
 - Environments requests
 - Folders requests
 - Generic Tasks requests
 - Jobs requests
 - Libraries requests
 - License requests
 - Packages requests
 - Permissions requests
 - Personal workspaces requests
 - Processes requests
 - Queue Items requests
 - Queue retention policy requests
 - Robots requests
 - Roles requests
 - Schedules requests
 - Settings requests
 - Storage bucket requests
 - Tasks requests
 - Task Catalogs requests
 - Task Forms requests
 - Tenants requests
 - Transactions requests
 - Users requests
 - Webhooks requests
 
 - Platform Management APIs
- About this guide
 - Available resources
 - API endpoint URL structure
 - Enumeration List
 
 

Orchestrator API guide
Last updated Oct 27, 2025
In this section, you can learn to construct API requests by understanding the URL structure of UiPath® endpoints.
The base URL is the starting point for all API requests. It serves as the foundation for constructing the endpoint URL. The base URL is https://{yourDomain}.
api - signifies the entry point to the API platform management resources, for example /api/Group/The resource path specifies the exact resource or operation you wish to perform. It might include keywords like Group, RobotAccount, Setting, depending on the purpose of the request.
Path parameters are used to pass dynamic values to an API endpoint. These values help for identifying specific resources that
                  are relevant to the API request. For example, 
               
               /Group/{partitionGlobalId}/{groupId}partitionGlobalId - the ID of the organization.
               groupId - the ID of the group.
               Query parameters are additional parameters attached to the URL to provide more context or filters for the requested data.
                  These are often preceded by a 
               
            ? symbol and separated by & symbols. For instance, you might use query parameters to specify filtering criteria or pagination instructions.