Get Robot Name from QueueItems API

Hi Guys,

I want to get the ROBOT name which is currently processing given queue item.

When I pulled the queue item, it has all info of the queueitem except the ROBOT name.

Can you please guide how to get it?

{
@odata.context”: “https://platform.uipath.com/Theertha/Theertha/odata/$metadata#QueueItems/$entity”,
“QueueDefinitionId”: 272335,
“OutputData”: null,
“AnalyticsData”: null,
“Status”: “InProgress”,
“ReviewStatus”: “None”,
“ReviewerUserId”: null,
“Key”: “aac0af13-faf6-4158-812d-c4348835c2fd”,
“Reference”: null,
“ProcessingExceptionType”: null,
“DueDate”: null,
“RiskSlaDate”: null,
“Priority”: “High”,
“DeferDate”: null,
“StartProcessing”: “2019-10-20T02:32:09.87Z”,
“EndProcessing”: null,
“SecondsInPreviousAttempts”: 0,
“AncestorId”: null,
“RetryNumber”: 0,
“SpecificData”: “{"DynamicProperties":{"ID":1,"Name":"Jan"}}”,
“CreationTime”: “2019-10-20T02:27:32.33Z”,
“Progress”: null,
“RowVersion”: “AAAAAAQTH5U=”,
“Id”: 25667750,
“ProcessingException”: null,
“SpecificContent”: {
“ID”: 1,
“Name”: “Jan”
},
“Output”: null,
“Analytics”: null
}

Thanks. I got it… I have to expand Robot in the query.

1 Like

Hi @theerthaks, I’m facing the same problem. How did you fix it becuase I do not understand how to extend the robot in the query.

I’m using the follwing end point: “https://platform.uipath.com/odata/QueueItems”.

Thanks in advance!