Remembered callers
The people an agent remembers, and what it knows about them.
last_updated_on, or last_updated_from /
last_updated_to) or search part of a number.
memory.channels setting
(inbound, outbound, whatsapp) decides which conversations are allowed to feed memory -
a permission, and a phone call’s direction is what it is judged on. A subject’s last_channel
(voice, whatsapp) records how that person last got in touch. Widget conversations never
feed memory, so they appear in neither.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
Match any part of the number
Maximum records to return in one page.
x <= 500Opaque cursor from a previous response's next_cursor; omit for the first page
Response
The callers this agent remembers.
The rows on this page.
Whether another page exists. false on the last.
Pass back as ?cursor= for the next page; null on the last one. Opaque — do not parse or construct one. A cursor from a differently sorted list is refused with invalid_cursor rather than silently returning page 1.