Hi @Kumar, Arun ,
Thank you for posting query in Microsoft Q&A Platform.
You need to make multiple API calls in loop to fetch data in batches. From your error message it seems your API support few parameters such as
facet, start, or end, or using offset
that helps to fetch data in batches.
Technically, you need to implement pipeline based which loops and use these parameters to fetch data. One exmple, was shared in above comments by @Madhusudhan P but by code.
I have created a video of implementing almost similar logic using ADF pipeline. Same can be adopted in Synapse pipeline as well. Please consider checking below video and implement in similar fashion.
Copy data from REST API which sends response in Pages using Azure data factory
Hope this helps. Please let me know if any further queries or how it goes.
--------------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.