Memory history
get_memory_historyRead previous versions of a memory by its current key, including original memory_at and saved contents. History is excluded from normal search. To restore a version, write its contents and memory_at with write_memory and is_archived=false. Read-only. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| limit | No | ||
| offset | No | ||
| search | No | Optional text within this memory's history | |
| playbook_id | Yes | UUID or GUID of the target playbook |