Filtering only orderid through creationdate

Hello, I’m trying to use VTEX ORDER api, but I only want the orderId during a certain period. By now I’m using this way, extracted from: Orders

example:
https://apiexamples.vtexcommercestable.com.br/api/oms/pvt/orders?f_creationDate=creationDate%3A[2016-01-01T02%3A00%3A00.000Z%20TO%202021-01-01T01%3A59%3A59.999Z]&f_hasInputInvoice=false

But when I iterate from a certain period, it returns to me A LOT information, when I only want the OrderId, so it’s taking too long to result my query.

Can anyone, please, help me?

What is your final goal? Would it be enough to simply restrict the f_creationDate to a shorter time interval? Right now it’s set to fetch orders between 01/01/2016 and 01/01/2021. You could make that interval as short as a few minutes, for instance.