Order Feed Endpoint Result Limit

Hello community, I’m reaching out for your support;
I configured the feed to return all existing orders on the site with the status (ready-for-handling).
When making a GET request to the Endpoint:
https://servelec291.vtexcommercestable.com.br/api/orders/feed, it only returns a maximum of 10 orders, as expected and confirmed in the documentation.

I proceeded with the proper pagination configuration and order quantity settings, but the response is still limited to 10 orders per request. I’m therefore asking for your support to apply the correct configuration or remove the return limit so that all existing orders on the site can be retrieved.

How can I fetch all orders currently in the feed?

Regards

Hello community, the support request is now void. Verification done!
Regards

Hey @Dercio_Luis, how’s it going?

In VTEX, the /api/orders/feed endpoint works as a continuous order stream — not as a listing of all existing orders. It does not support traditional pagination and returns a maximum of 10 orders per call, as you correctly noted.

:warning: Important clarification:

The Order Feed is queue-based — it only returns new orders (with a specific status, e.g. ready-for-handling) starting from a lastId. In other words: it’s not a complete history, it’s more of an