mem_get_observation
Retrieve a complete observation using its ID, including full content and deletion state. Returns the entire body, unlike search previews.
Instructions
Get one complete observation by its numeric identifier, with its full body — unlike mem_search and mem_context, which preview it. Reads state: a memory that has been deleted is still returned here and says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric observation identifier. Also accepted as `observation_id`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observation | No | The memory, carrying whatever the graph says against it. |