mem_get_observation
Retrieve a complete observation by its numeric ID, returning the full body and deletion state.
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. |