Skip to main content
GET
Get Contact Memory

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

memory_id
string
required
The unique identifier of the contact memory record.

Response

data
object
The contact memory object.
data.id
string
Unique identifier for the contact memory.
data.org_id
string
Organization ID this memory belongs to.
data.contact_id
string
Contact ID this memory is associated with.
data.persona_id
string
Persona ID this memory is scoped to (null if agent-based).
data.agent_number
string
Agent phone number this memory is scoped to (null if persona-based).
data.summary
string
Rolling summary of interactions with this contact.
data.facts
object
Structured facts about the contact (key-value pairs).
data.recent_messages
array
Array of recent messages from the sliding window.
data.open_items
array
Array of open items or pending tasks.
data.memory_history
array
Historical record of memory updates.
data.created_at
string
ISO timestamp when the memory was created.
data.updated_at
string
ISO timestamp when the memory was last updated.
errors
null
Error array (null on success).

Docs for agents: llms.txt