Fillter Orders by updated_at_min

oook,

i found a solution for us in an other post.
When i combine the parameters with “status=any”, then it works.

admin/api/2021-07/orders.json?updated_at_min=2021-09-01T01:00:00-05:00
and it get an empty result.

but with:
admin/api/2021-07/orders.json?status=any&updated_at_min=2021-09-01T01:00:00-05:00
i get the orders, changed after 2021-09-01.