Limited number of rows available per Get Request execution.

Hi Knime Forum,

I am extracting data via an API using a GET Request node.

The API is limited to only extract 20 rows of data per execution, however it is possible that there are thousands of rows of data that I need to extract.

How can I get around the 20 row limitation? I was thinking of using a loop but I am struggling to get it to work correctly.

Any help would be greatly appreciated.

Hi @Tjaart ,
To my knowledge, if there is pagination of results, the provider may give the possibility to parse the entire set of respons. These elements will be given in the respons (token or sequential number of the last row). The loop is then necessary to parse.
It’s difficult to give you more details without more precision like the first 20 rows for exemple.
Best regards,

3 Likes

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