Skip to main content

memory.getAll

Retrieves all memories for a specific user, ordered by creation date (newest first).

Parameters

string
required
User identifier for memory isolation
number
default:"100"
Maximum number of memories to return. Range: 1-1000.

Response

Returns an array of memory objects:
string
Memory UUID
string
Memory text content
string
User identifier
string
Tenant identifier
object
Custom metadata
string
ISO 8601 timestamp
string
ISO 8601 timestamp

Examples

Use Cases

Display all memories for management:
Export user data for GDPR compliance:
Analyze memory patterns:

Search Memories

Find specific memories semantically

Delete Memory

Remove specific memories