One caller's memory
Everything remembered about one person.
summary, the recent transcript turns, and every fact.
Each fact carries where it came from (source, source_channel) and when it became true
(valid_from), so you can tell what the agent learned on which conversation.
There is no way to edit a remembered value — by design. You change what the agent looks for (the
agent’s memory fields), or you delete: one fact or
in bulk.Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Path Parameters
The agent's id, as GET /v1/agents returns it.
The remembered person's id, from GET …/memory/subjects.
Response
Successful Response
One caller's whole notebook.
This person's id, for reading and erasing their memory.
Their number, E.164.
What the agent knows them as, if anything.
How many facts are held about them.
How many conversations they have had with this agent.
How they last got in touch — voice (a phone call) or whatsapp. Widget conversations are not recorded in memory, so they never appear here. A record of what happened, which is a different question from the agent's memory.channels setting, which decides what is allowed to feed memory.
When they last spoke to it (UTC, ISO 8601).
When they first did (UTC, ISO 8601).
The agent's running summary of who they are.
Recent turns kept as context for the next conversation.
Everything the agent remembers about them, fact by fact.