Running a daily script to pull conversation metrics via the Python SDK and push to S3. The query runs without error but returns an empty list for the data array.
Checked the date range and filters. The token has the right scopes. Here is the query payload:
{
“dateFrom”: “2023-10-01”,
“dateTo”: “2023-10-02”,
“groupings”: [{“type”: “queue”}]
}