@j.angelevski , API response side no parameter to terminate after 10 number of iteration.
We should implement another parameter next url call limit along with has next, next url for looping in rest API.
Since server side design various company to company, in this case if it would have to page number concept then it was easy to handle but in this case instead of page number, it has next new token for has next =true.
Alternate way we can use head snap to read first 10 iteration for next processing but rest snap still running until 1000 iteration to be completed.
Is there any other snap we can consider to find some alternate for his.