HTTP request node does not retrieve complete data

I have an API which will retrieve a json with 1500+ items in an array. But the http request node retrieves only 200 items in array and remaining is not at all fetched. I tried setting apiMaxLength in settings file to 15mb, but no change in result. Is there any other settings that has to be changed to retrieve complete data?

Hi. Welcome to the forum.

I don't understand how the HTTP request would return less items in an array unless there is some difference . E.g. missing a header, an additional parameter etc

If you enter the same URL into a browser or postman what do you get?

Are you able to share your flow and is the API public?

My bad, API was returning only 200 items in array and not 1500+ items.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.