I’m querying a REST API which send back the data in pages, the API specifies the total number of pages in the headers.
I cannot figure out how to fetch all the pages and not a specific page

The Redash API uses paging. I’m not aware of a command that sends everything. The way redash_toolbelt gets around this is recursion:

Thank you for the response, please excuse my ignorance, but I’m not sure if we are on the same page.
What I’m trying to achieve is through the JSON Datasource in Redash

I’m getting data from an API which supplies the data in pages, is there a way to loop through the pages? is there a way to write any kind of logic inside that?
This is the API I’m calling:

Sorry I misunderstood.

Redash doesn’t support what you’re talking about. I’d recommend making a proxy between Redash and the API that unfurls the data. Then point Redash at the proxy.

Any suggestions on how to do that? Best practices? Easiest ways that I can look into? Tools?
Any suggestions would be great