Get Queue items usign API call

Hello,

I have a giant queue that has more than 200K of items, so when I try to get them using a loop of Get queue items it takes a lot of lot of time and sometimes it gets missing data. I’m thinking to use API call to get those items i guess it’ll be more efficient and rapid, but I don’t find how to do it, anyone knows.??

Thanks
Regards

@Mery_EL

you can refer this you will get an idea

https://docs.uipath.com/orchestrator/standalone/2022.10/api-guide/queue-items-requests

Hi

Yeah get queue item activity r eturns only a specified number of items out of the total. The maximum value is 100. This

If you would like to use API call here you go with a video on how to do it

Cheers @Mery_EL