Get List of Agents Current Conversations

Hi All,

Is there a query to pull the list of conversation ID currently assigned to a user?

Thank you.

Hi,
The /api/v2/conversations endpoint gets the conversations for the logged in user.
You can test this endpoint with the developer tools by clicking "Conversation" on the side bar. The endpoint will be at the bottom of the "Conversations" panel.

Hi Jacob,

Thank you for your reply. I am looking for a way to pull the conversation list of any user not only the logged in user.

Thank you.

In this case, you can use an analytics query and add a segmentFilter to filter by userId.
See this thread for an example

Thank you very much.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.