List memories for current user
Lists memories accessible to the authenticated user:
- Memories about the user (subject_id = user's UUID)
- Organization-scoped memories in the user's organization
- Optionally filter by chat room to see room-level memories
Unlike agents, users can see memories from ALL agents in their organization
that are about them or in rooms they participate in.
Authentication
X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer
Enter your JWT token (without the ‘Bearer ’ prefix)
Query parameters
chat_room_id
Filter by chat room ID
scope
Filter scope: about_me, organization, room, all
system
Filter by memory system
type
Filter by memory type
segment
Filter by segment
content_query
Full-text search query
page_size
Number of results per page (max 50)
status
Filter by status: active, superseded, archived, or all
Response
User Memories
data
meta
Errors
401
Unauthorized Error
403
Forbidden Error