The maximum limit of API is only 100 ,
if we want to get more results we should set
?page[offset]=0&page[limit]=100
Try to fetch the first page by using the above parameters. If there are 100 items in the response, increase the offset by 100 and fetch the next page. Loop these steps until there are less than 100 items in the response.