Hi @lawanyaram, GET from following URL
https://OrchestratorURL/odata/QueueItems?$filter=QueueDefinitionName eq ‘Queue Name’ and Status eq UiPath.Core.Model.Queues.ProcessingStatus%27New%27
From JsonObject it returns, extract the data of queue as follow,
JArray = Jobject(“value”).Value
Make your filter here and store the queue IDs you want into a collection.
Regards,
Dominic ![]()