memory_get
Retrieve a specific memory by ID to access its content, fields, or image data. Use lineage modes to resolve to the latest version or trace full history.
Instructions
Retrieve a single memory by id (full content by default).
Args:
memory_id: ID of the memory to retrieve
include_images: If False, strip image data from metadata to reduce response size
fields: Optional list of fields to return (e.g. ["id","content","tags"]). None returns all fields.
follow: Lineage mode. Default latest (resolve superseded id to the current leaf).
full_history adds a history key with all versions root-to-leaf;
all returns the exact requested id with no chain walk (forensic).
Omitting follow is NOT unfiltered — it means resolve to latest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| follow | No | ||
| memory_id | Yes | ||
| include_images | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |