Skip to main content
GET
List an agent's memory facts for a contact

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

agentId
string
required

Query Parameters

contact_id
string
required

Contact whose stored facts to list.

limit
integer

Maximum facts to return (default 20, capped at 50).

Required range: 1 <= x <= 50
facts_only
boolean

When true (default) only fact-type entries are returned; false also includes summaries/preferences/goals.

reveal
string

Set to "true" to unmask PII in fact bodies (honoured only for owner/admin/developer).

Response

200 - application/json

The contact's stored memory facts.

data
object
meta
object