How can i get all queue items? where max limit is 100

i can only get 100 max queue items.

how can i get them all?

or API

so if i get all the queue items using this method would i then be able to delete all of them from the queue? using delete queue item?

just do a try.
But I would recommend to set a filter on the status that only items are retrieved, which also can be deleted


this is what im trying to do

grafik
lets take the List: ListQueueItems

i think it should work like this too

where

have a look on screenshot above and on the comment more above. QueueItems have to be in the status New. So you can filter it for the retrival by:

done it!

where “in delete queue item” queueitems = ListQueueItem

Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.