Internal Server Error: getLogs with wildcard date range

Getting logs from the management API with a date range query, where both bounds of the query are a wildcard, results in a 500 Internal Server Error. If one of the bounds is a concrete date, the query works.

Fails:

date:[* TO *]

Works:

date:[2000-01-01 TO *]
date:[* TO 2099-01-01]
date:[2000-01-01 TO 2099-01-01]

Complete reproduction:

curl https://<your_domain>.auth0.com/api/v2/logs?q=date%3A%5B*%20TO%20*%5D

Hi @tom17

Welcome to the Auth0 Community!

Thanks for taking the time to report this. I submitted it to our engineering team for review.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.