I need to get all queue items (5000+ items), loop through them and look for a certain value. I decided to use the Orchestrator API (because the ‘‘get queue items’’ activity is capped on about 100 item results). However, I just found out that the Orchestrator API results are also capped, I only see the 1000 latest results.
Does anyone have an idea how I can still get all my results? If I can still get them all with multiple calls, that would be fine too.