Find out which job a robot is working on

How can I find out what jobs the robots are working on? Can get details about robots and jobs, but they do not contain this information. I am using the Orchestrator API
Any idea?

HI @dna

CHECK THE BELOW POST

THANKS
ASHWIN S

Thanks for your reply. I have also found another way to solve this. Sending an API request, filtering the robots which are in process and adding expand=Robot,Release at the end is also a good solution. With this I can get the robot id and the job id as well.

https://staging.uipath.com/odata/Sessions?$top=1&$filter=State eq UiPath.Core.Enums.RobotState%27Running%27&$expand=Robot,Release

Hi Ashwin,

If i use invoke activity it says Executor is not a member of Uipath. Im using 2018.1.4 version

3 Likes