How to get top 10 queue items using Orchestrator Http request activity?

So in your case it will be https://cloud.uipath.com/odata/QueueItems?$top=10&$skip=0

(it will retrieve only the first 10 QueueItems)

2 Likes