GET
/
v1
/
memories
/
{memory_id}

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

memory_id
string
required

The unique identifier of the memory to retrieve

Response

200 - application/json
agent_id
string | null

The agent ID associated with the memory, if any

app_id
string | null

The app ID associated with the memory, if any

created_at
string

Timestamp of when the memory was created

hash
string

Hash of the memory content

id
string

Unique identifier for the memory

memory
string

The content of the memory

metadata
object

Additional metadata associated with the memory

run_id
string | null

The run ID associated with the memory, if any

updated_at
string

Timestamp of when the memory was last updated

user_id
string

Identifier of the user associated with this memory