List Conversations
Chat — Conversations
List Conversations
Get the current user’s conversations, ordered by most recent activity
GET
List Conversations
Returns a cursor-paginated list ofDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
ConversationPreview objects for the authenticated user. Only active memberships are included. Results are ordered by lastMessageAt descending (conversations with no messages appear last, ordered by createdAt).
Query Parameters
Comma-separated list of conversation types to include. Valid values:
direct, group, space. If omitted, all types are returned. Example: types=direct,groupThe
lastMessageAt timestamp of the last item in the previous page. Used for cursor pagination. Omit for the first page.The
createdAt timestamp of the last item in the previous page. Required together with cursor when paginating.Number of conversations to return per page. Defaults to
20. Maximum 50.Response
Array of conversation preview objects. Each item is a Conversation extended with the following fields:
Whether more conversations exist beyond this page.

