Skip to main content
Memory For Call
Pairs with Get a call: the call tells you what was said, this tells you what the agent brought to it and what it took away. The question it answers is “why did the agent say that?” — usually because of something it remembered from a conversation weeks earlier.

Authorizations

Authorization
string
header
required

Your API key as a Bearer token, e.g. Authorization: Bearer vk_….

Path Parameters

agent_id
string
required

The agent's id, as GET /v1/agents returns it.

call_id
string
required

The call whose contribution to memory you want.

Response

Successful Response

id
string
required

This change's id.

source_kind
string
required

What produced the change. voice — a phone call. whatsapp — a WhatsApp thread. fold — a periodic pass that consolidates what is already known. fallback — a catch-up pass for a conversation whose own run did not complete.

context_injected
Context Injected · object
required

What memory was put in front of the agent for this call.

changes_applied
Changes Applied · object[]
required

What the call added or altered, fact by fact.

created_at
string<date-time>
required

When it was applied (UTC, ISO 8601).