List memories

Lists memories accessible to the agent. By default returns: - Memories about the specified subject (cross-agent sharing) - Organization-wide shared memories Use `scope` parameter to filter by visibility. Use `content_query` for full-text search across memory content.

Authentication

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

Query parameters

subject_idstringOptional

Filter by subject UUID (required for subject-scoped queries)

scopestringOptional

Filter by scope: subject, organization, or all

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

Full-text search query

page_sizeintegerOptional

Number of results per page (max 50)

statusstringOptional

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

Response

Memories
datalist of objects or null
metaobject or null

Errors