I've been using /api/v2/analytics/conversations/details/query and filtering for calls where "conversationEnded" exists in order to get all of the calls that began in that interval that also ended.
But if I wanted to get the calls that ended in a time range, regardless of when the call began, is it possible to use this same API? Or is there another one I could use?
In that API, this is the definition of "interval":
"Results will only include conversations that started on a day touched by the interval"... can someone clarify that? Does that mean if the conversation started on the day of that interval, and it ended in that interval, it will return? i.e. it does what I want. Or does it mean what I thought in that it will get calls that began within the range specified.