Trying to build a custom interval report using the Analytics Conversations Aggregates query. I’m sending a POST to /api/v2/analytics/conversations/voice/queries with a filter for a custom attribute customer.tier equals premium. The query executes without error, but the result set is always empty, even though I know calls with that attribute exist. Here’s the snippet:
{"filter":{"type":"and","clauses":[{"type":"field","field":"customer.tier","op":"equals","value":"premium"}]}}
What am I missing?