MemoryKit

List Chats

List chat sessions with pagination.

Query parameters

ParameterTypeDefaultDescription
limitnumber20Max results per page
cursorstringCursor for pagination
userIdstringFilter by user

Response

{
  "data": [
    {
      "id": "chat_abc123",
      "title": "Support Chat",
      "userId": "user_123",
      "created_at": "2025-01-15T10:30:00Z"
    }
  ],
  "has_more": false
}

On this page