get_memory
Fetch a memory by its UUID, returning full content and metadata. Use when you know the memory ID from search or prior save.
Instructions
Fetch one memory by UUID, including full content and metadata. Read-only and idempotent; requires RATARY_API_KEY. Use when you already know the memory id (from search_memory or a prior save_memory). Do not use for keyword discovery — use search_memory. Do not use to assemble multi-memory task context — use get_context. Returns the memory JSON or an API error if the id is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory UUID returned by save_memory or search_memory. |