I am using a Download Tool to connect via API, and the source data should have about 3200+ email addresses that should be returned. But for somes reason, I am only getting 100 items returned.
In the output, the totalcount is correct (3248 relevant items), but as shown here I only get 100 of them.

The action type is "GET", and I have added parameters to maybe fix the problem, but they did not:
Content-Type - application/x-ndjson
accept - application/x-ndjson
I have also tried changing the output from String to Blob, but still only end up with exactly 100 items.
Googled a lot as well, no solutions found. Anyone in here who might have tried this as well, or have an idea for a fix?