memory_history
Retrieve the full edit history and bi-temporal timeline for a single memory, with timestamps for creation, updates, and supersession.
Instructions
Point-in-time history surface for one memory: its current bi-temporal timeline (created_at/updated_at/valid_from/valid_to/tx_expired/superseded_at/version) plus the full memory_versions edit history. Returns { memory_id, exists, timeline, versions } or { memory_id, exists:false }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID to get the bi-temporal timeline + version history for |