List an agent's memory facts for a contact
Return the memory facts an agent has stored about a specific contact (pass contact_id), newest first. By default only fact-type entries are returned and any phone/email tokens in the fact bodies are PII-masked; owners, admins, and developers can pass reveal=true to unmask (each reveal is audit-logged). When the contact has opted out of memory the response is an empty list with memory_enabled: false.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Query Parameters
Contact whose stored facts to list.
Maximum facts to return (default 20, capped at 50).
1 <= x <= 50When true (default) only fact-type entries are returned; false also includes summaries/preferences/goals.
Set to "true" to unmask PII in fact bodies (honoured only for owner/admin/developer).