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