Skip to main content

Overview

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.

Endpoint

GET /v1/memory

Query parameters

ParamTypeStatusDescription
limitNumberOPTIONALDefault: 50.
memoryTypeStringOPTIONALilter by the specific Memory Node. Matches the memory_type field returned in search results.

cURL example

curl -X GET "https://api.memorymodel.dev/v1/memory?limit=10" \
  -H "x-memory-cluster-access-key: sk_live_..."
Authentication is required. Requests without valid credentials will fail. Ensure your cluster access key has permission to list memories.