Hi Jeffrey,
I don't think this is possible directly from the UI, at least not in the way you are describing if you need to work from the exact interaction end timestamp.
One API option you could use is:
POST /api/v2/analytics/conversations/details/query
That endpoint returns detailed conversation data, including fields such as conversationStart and conversationEnd. One thing to keep in mind though is that the query interval is still based on conversations that started in the interval, so if you need to report strictly by end date, you would likely need to query a broader range and then filter on conversationEnd in your own logic.
So from what I can see:
- UI → I don't think it supports this cleanly
- API → POST /api/v2/analytics/conversations/details/query looks like the better option
Hope this helps.
------------------------------
Phaneendra
Technical Solutions Consultant
------------------------------