Memory APIs
Memory History
Retrieve the history of a memory.
GET
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
The unique identifier of the memory to retrieve
Response
200 - application/json
The timestamp when this history entry was created
The type of event that occurred
Available options:
ADD
, UPDATE
, DELETE
Unique identifier for the history entry
The conversation input that led to this memory change
Unique identifier of the associated memory
The new or updated state of the memory
The timestamp when this history entry was last updated
The identifier of the user associated with this memory
Additional metadata associated with the memory change
The previous state of the memory, if applicable