Conversations

Access conversations and messages had by your replicas. The conversations endpoints provide list access to all conversations and detailed message navigation with cursor-based pagination for efficient browsing of large conversation histories.

The recommended flow is to list conversations, and then retrieves the mentions of the replica, which will return mentions and context around them. If the user wants to expand the context around mentions, they can use the messages endpoint to expand the placeholder messages returned by the mentions endpoint.

For detailed implementation guidance, pagination patterns, and advanced usage examples, see the comprehensive Conversations documentation.