Skip to main content
Export Memory
One row per fact, not per caller — a caller-per-row sheet would need a column for every key any caller ever had, which is unbounded and mostly empty. Long format sorts, filters and pivots, and stays stable as you add fields. Honours the same filters as the list, so “export what I am looking at” matches what you were looking at. Not paginated: the point of an export is to get all of it.

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.

Query Parameters

last_updated_on
string | null

ISO date - callers updated that day

last_updated_from
string | null

ISO date - range start, inclusive

last_updated_to
string | null

ISO date - range end, inclusive

search
string | null

Free-text filter on the record's name.

Response

Everything this agent remembers, as CSV — ONE ROW PER FACT. Not paginated: the point of an export is to get all of it.

The response is of type string.