How to get the details for every queue through Orchestrator http request. Details like Queue name Count of successful transaction,BIZ Exception,App Exception for each queue items

Hi All,
I am new to UiPath. Please help.
How to get the details for every queue through Orchestrator http request. Details like Queue name Count of successful transaction,BIZ Exception,App Exception for each queue items in table.

I used odata/QueueItems but I can able to view Queue id, Priority,Status etc. not Successful count, or others. Where Can I get those details and which activity need to be used to retrieve those details.
Kindly help.

Hi @Nancy29 ,

You can use Get Queue Items Activity.

https://docs.uipath.com/activities/other/latest/user-guide/get-queue-items

This activity can retrieve all the queueitems. You can filter based on status too.

Hi @Nancy29, welcome to the Community.

You can use the Orchestrator HTTP Request activity to get metadata of the queue & their status details.

Please refer the following docs for more info on this:

https://docs.uipath.com/activities/other/latest/user-guide/orchestrator-http-request

https://docs.uipath.com/orchestrator/automation-cloud/latest/api-guide/queue-items-requests

Hope this helps,
Best Regards.

Thank you both. Will check on the given links and get back if I am still struck.

2 Likes

@Nancy29
we would also recommend to use swagger for exploring the different endpoints


https://docs.uipath.com/orchestrator/automation-cloud/latest/api-guide/api-references

also have a look at this endpoint:
/odata/QueueProcessingRecords/UiPathODataSvc.RetrieveLastDaysProcessingRecords(daysNo={daysNo},queueDefinitionId={queueDefinitionId})

Returns the computed processing status for a given queue in the last specified days

Thanks a lot. I got those details.

Perfect. Lets close the topic by:
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum

1 Like