Thanks for reaching out here. I am not able to replicate this issue at this time. Let me know what your API call and response was and we’ll proceed with troubleshooting.
I was using this endpoint:
https://api.twitter.com/1.1/tweets/search/30day/dev.json
This was the query I was using:
{
"query":"from:TwitterDev lang:en",
"maxResults": 10,
"fromDate":"201808240000",
"toDate":"201809111806"
}