Orders API not returning results

Hello,

I am seeing an issue in the Shopify Order API when I call the following API. I get zero orders in the response -

/admin/api/2019-10/orders.json?status=any
{“orders”:}

However if I call the count API , the response says there are quite a few orders

/admin/api/2019-10/orders/count.json?status=any
{“count”:1765}

Anyone here facing the same problem? Any help on this would be highly appreciated

How old are the orders that you’re trying to return?

Did you ever find a solution to this?

Im having the same issue, but it doesnt seem consistent. Last night my API call received 1 result when there were 10 orders on the system, this morning without changing anything the same call received all 10 results. I then needed to delete these orders and reimport them but now my script receives 0 results?