Hi @fergotz,
The total count of your request is 19. The limit per page returned is 10 results. (so not a limit in total).
There are two things you can do; you can ask for the next page, that contains the next 10 results (which in this case would only return 9) and get all 19 results with two API calls. Or you can use the pg[]
path parameters to increase the limit per page.
The URL then looks like:
https://www.us1.make.com/api/v2/data-stores/42373/data?pg[100]
The maximum amount of results per page is 100, so adding a limit of 1000 won’t work. See: https://www.make.com/en/api-documentation/data-stores-dataStoreId-data-get
Cheers,
Henk