Orchestrator API: Get transaction item robot details

Hi Everyone,

Objective: I am trying to get Bot details for Queue items by doing ‘Queueitems’ API. Basically I need to know which Robot of mine processed which Queue transaction item once i do the call irrespective of transaction status.

But, the result does not show me the robot name. So what am I doing wrong here or should I use a different API call.

You can try the below API Call to get all the information related to bot along with the queueitems details.

https://platform.uipath.com/odata/QueueItems?$filter=QueueDefinitionId%20eq%20" + queueId+"&$expand=Robot

Note: queueId is the id of your queue.

1 Like