Rest API returning 500 all of a sudden

vardius
Tourist
4 0 3

I am experiencing all of a sudden an issue

{
"errors": "Internal Server Error"
}

same request used to work yesterday, today returning error. I have noticed that if I remove created_at_min it will return response without error. however this is doesn't help as i do not want to iterate over all possible events.

the request url i am building: /admin/api/2020-07/events.json?created_at_min=2020-06-11T03%3A14%3A25Z&filter=Order&limit=250&since_id=0

request id: d5b29dd5-eaa3-495a-b88b-a49e485c8993

Any ideas how could I go around this issue ? I am respecting rate limits returned in headers via Shopify.

I may add that I tried lowering the limit to 200/100/50/1 and issue still exist

Reply 1 (1)
vardius
Tourist
4 0 3

hello ? anyone there to help or look into our issue ?