"id_greater" dont work in my case

Hello
i have problem with this parameter “id_greater”
doesnot work for me with combination “listid” and “orders[id]”

here is one similar ticket but without answer

what i actually need is get all affected contact ids after running webhook “Campaign Starts Sending” (more then 100)
so what i do now is calling in cycle
if i receive first 100 then i get last id (because i have ordered records) wait small time and then i try get next 100 records greater that last id

is here some better way how get more contacts ?
and is here some choise how get only list of ids for current listid ?

thank you very much
Have a nice day RH

There is currently an issue with filtering using id_greater and id_less. There’s a ticket to get this fixed, but I do not have an estimate on when it will be working again.

As an alternative, I suggest using the ?filters[updated_after]=YYYY-MM-DD query string parameter to filter the list of contacts.