Skip to content

Get Memories

Retrieve raw memory records directly from the cluster with optional filters.

Unlike the Search API which performs adaptive vector similarity lookups, this endpoint executes a deterministic fetch of memory records.
It is primarily used for auditing, content management, and retrieving system-generated insights.

GET /v1/memory

ParamTypeStatusDescription
limitNumberOPTIONALDefault: 50.
memoryTypeStringOPTIONALFilter by the specific Memory Node. Matches the memory_type field returned in search results.
Terminal window
curl -X GET "https://api.memorymodel.dev/v1/memory?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"