Articles in this section

FAQ: How to resolve "response stream exceeded limit of 26214400 bytes" error?

Q:

What happens when "response stream exceeded limit of 26214400 bytes" error occurs in a flow?
A:

For HTTP-based exports in the Celigo platform (integrator.io), each API response is subject to a maximum payload size limit of 25MB (26,214,400 bytes). If this limit is exceeded, then a flow will fail with this error at the export step and stop any further processing of data.

To resolve this error:

  1. Review the API documentation of your source application for pagination details.
  2. Specify the pagination options, as required, based on the API documentation of your source application to reduce the response size:

    • Configure Does this API support paging? on the export page.
    • Add query parameters, for example, limit, pageSize, or the like in the API request.

      Examples:

      • /orders?limit=500&page=1 
      • &searchCriteria[pageSize]=300