GET QueueItems by queue name in Orchestrator API

This will allow you to get the queues from your orchestrator:

https://platform.uipath.com/odata/QueueDefinitions

This will allow you to get all queue items based off of Queue Id from the above (33196 is the Queue ID)

https://platform.uipath.com/odata/QueueItems?$filter=QueueDefinitionId eq 33196

This link is fairly useful for Orchestrator APIs :slight_smile:

5 Likes