Memory History
API Reference
Memory History
GET /v1/memories/:id/history — Get the change history for a memory.
GET
Memory History
Price: FREE
Retrieve the full change history for a memory. Every update (content, importance, metadata, etc.) is tracked as a history entry.
Path Parameters
UUID of the memory.
Response (200)
Array of history entries, ordered by creation time (newest first).
Errors
| Status | Description |
|---|---|
| 404 | Memory not found, deleted, or belongs to another wallet. |
| 422 | Invalid UUID format. |
Example
Response
History is only created when a memory is updated via
PATCH /v1/memories/:id. The initial store does not create a history entry.