v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
memories

Retrieve the history of a memory.

get/v1/memories/{memory_id}/history/

Path parameters

memory_idstring uuid required

The unique identifier of the memory to retrieve

Response

Successfully retrieved the memory history

idstring uuid required

Unique identifier for the history entry

memory_idstring uuid required

Unique identifier of the associated memory

old_memorystring nullable

The previous state of the memory, if applicable

new_memorystring required

The new or updated state of the memory

user_idstring required

The identifier of the user associated with this memory

event'ADD' | 'UPDATE' | 'DELETE' required

The type of event that occurred

metadataobject nullable

Additional metadata associated with the memory change

created_atstring date-time required

The timestamp when this history entry was created

updated_atstring date-time required

The timestamp when this history entry was last updated