Hello @Soni , Thank you for reaching out. Logic App supports downloading the content in chunks you can go through this documentation for detailed explanation. To determine whether the customer's endpoint supports partial response you can send a HEAD request as mentioned in the document above and check for the Accept-Ranges header. The Accept-Ranges response HTTP header is a marker used by the server to advertise its support of partial requests.
Please let me know if you need any additional help, I will be glad to continue with our discussion.
Azure Logic app- Processing data

Soni
291
Reputation points
Hello Folks,
Need your expertise to answer few questions related to Logic app
We are trying to build a logic app to get the data from external API exposed through AXWAY and store it in some shared location, I believe we can achieve this by inbuilt HTTP action. However, would like to understand how logic app handles large volume of data as a response from API( HTTP GET). Should i check with customer if their endpoint supports chunking the response so that we can enable chunking at logic app?
Accepted answer
-
ChaitanyaNaykodi-MSFT 11,416 Reputation points Microsoft Employee
2020-12-04T01:51:58.947+00:00 0 additional answers
Sort by: Most helpful
Currently Logic Apps can consume large messages but only in chunks if the message size is more than the defined limits. Another viable work around for such scenario will be to link a Function to your logic app and perform the API call using code. Please let me know if you need any additional help.