Export Memory
Memory
Export memory
Everything an agent remembers, as a CSV.
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
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Path Parameters
The agent's id, as GET /v1/agents returns it.
Query Parameters
ISO date - callers updated that day
ISO date - range start, inclusive
ISO date - range end, inclusive
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.