mem_get_observation
Get the full observation by numeric ID, including body and deletion state. Unlike previews, it returns the complete record even if deleted.
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. |