Hi srikanth Battula,
Thank you for posting query in Microsoft Q&A Platform. Unfortunately, your question doesn't have full details of your response or how exactly your API can give you next page. But still let me try to help you here.
Based on your API response you can set pagination in Copy activity. If your Api contains a property in json that gives next page URL or next page query parameter value accordingly, you need to set that in pagination rules.
Below link from MS official documentation has all kinds of scenarios with examples covered for pagination. Kindly go through them. That will help you surely.
OR
Also, you can achieve pagination if your URL can be replaced with some values using foreach activity. Please check below video to understand that scenario and see if that suits you.
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.
Please consider hitting Accept Answer
button. Accepted answers help community as well. Thank you.