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
| Param | Type | Status | Description |
|---|---|---|---|
limit | Number | OPTIONAL | Default: 50. |
memoryType | String | OPTIONAL | ilter by the specific Memory Node. Matches the memory_type field returned in search results. |
cURL example
Authentication is required. Requests without valid credentials will fail. Ensure your cluster access key has permission to list memories.