List Memories
List memories within a project.
System returns a paginated list of memories stored in the project. The page_size and page_num fields control pagination.
The filter field allows for filtering based on metadata key-value pairs. The type field allows specifying which memory type to list.
Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Specification model for listing memories.
The identifier of the project. If empty, the user's default project is used.
255^[\p{L}\p{N}_:-]*$An optional string filter applied to the memory metadata. This uses a simple query language (e.g., 'metadata.user_id=123') for exact matches. Multiple conditions can be combined using AND operators. The metadata fields are prefixed with 'metadata.' to distinguish them from other fields.
"metadata.user_id=123 AND metadata.session_id=abc"
The zero-based page number to retrieve. Use this for pagination.
0
The maximum number of memories to return per page. Use this for pagination.
50
Optional metadata key-value pairs used to filter or identify a specific semantic memory set. Applies only when listing semantic memories.
Memory type.
semantic, episodic 
