I’m trying to run a process using the API.
However, I’m getting the following error:
[Execute]
UiPath.Server.Configuration.OData.StartJobs
Some of the provided robots are missing.
Please help.
I’m trying to run a process using the API.
However, I’m getting the following error:
[Execute]
UiPath.Server.Configuration.OData.StartJobs
Some of the provided robots are missing.
Please help.
what you have given is the machine ID and not robot ID.. robot ID would be the user ID basically using which we need to run…use get users endpioint to find the robot id
cheers
How or where can I get the user endpoint to find the robot ID?
please use swagger
<OrchetsratorURL>/swagger/index.html
you can as well authenticate and run the api
cheers
I’m trying to run a process using the API.
However, I’m getting the following error:
Some of the provided robots are missing.
Please help.
https://uibank-api.uipath.com/explorer/swagger.json
2025-12-02
Orchestrator
Enable unattended robot for your user and Assign machine + user to the folder
then use "Strategy": "Modern" without RobotIds try this if you want i can provide the detailed how to enable unattended bot
@lkb Asiign the unattended robot to the folder where the process in published and collect the UiPath assistent usig machine key and also assign same machine to the folder where the process is published .Let me know if you need step by step guide for unattended steup
Hi @lkb
can you share a screenshot of your payload.
Make sure you are not using robotids in payload and runtimeType should be unattended…
Please follow the best practice to seek help.