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. **Pagination:** Use `cursor` + `limit` (recommended) OR `page` + `page_size` (deprecated, sunset 2026-10-01). Do NOT mix families.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the โ€˜Bearer โ€™ prefix)

Query parameters

cursorstringOptional
Opaque cursor for keyset pagination
limitintegerOptional

Max results per request (1-100, default 20)

pageintegerOptionalDeprecated

Page number (offset pagination) - DEPRECATED

chat_room_idstringOptional
Filter by chat room ID
scopestringOptional

Filter scope: about_me, organization, room, all

systemstringOptional
Filter by memory system
typestringOptional
Filter by memory type
segmentstringOptional
Filter by segment
content_querystringOptional

Full-text search query

page_sizeintegerOptionalDeprecated

Number of results per page (max 50) - DEPRECATED

statusstringOptional

Filter by status: active, superseded, archived, or all

Response

User Memories
datalist of objects
metaobject

Pagination metadata (cursor fields on the keyset path, offset fields on the deprecated path)

metadataobject

Pagination metadata (cursor fields on the keyset path, offset fields on the deprecated path)

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error