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
------------------------------
Original Message:
Sent: 04-13-2026 05:36
From: Jeffrey M Cairo
Subject: Interaction date and end date
hi, i would like to know if there is a way to include seconds in the interaction date and end time for more accurate summary view and export result

#Reporting/Analytics
------------------------------
Jeffrey M Cairo
------------------------------