Hello, how can I get a list of conversation Ids based on past time/date interval, by queue and media type? I do not want an aggregate I already know how to get that. But instead, I need a list of conversation Ids. In other words, I have the target date interval, queue ID, and media type and I want to output a list of conversation Ids based on those filters.
thank you. that works. however, i should have been more specific. i am trying to also filter for conversations where channel = external and for a specific topic id from speech and text analytics. i have been using POST
/api/v2/analytics/transcripts/aggregates/query to generate a count using the filtering criteria i mentioned above. however, i want to confirm that i am only querying for topics from speech and text being captured from the external channel (customer). Unfortunately, the api you suggested above does not allow me to filter by topic id or channel. Would any of the transcripts API allow me to do this?
that returns empty when i add that as an additional predicate. but even if it wasnt empty, how can i filter for a specific topic within that interaction's speech? here's what i have so far that returns blank: