Browse one contact's memory on this agent
Browse the facts stored for one CONTACT on this AI agent — the dashboard what-has-my-agent-learned view for a specific contact. Default facts_only=true; pass contact_id in the query (required) plus an optional limit; the contact’s opt-out flag makes the read return an empty set instead of leaking state. Fact bodies are PII-masked by default; owner/admin/developer roles can pass reveal=true to unmask (each reveal is audit-logged).
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Response
The visible memory items, memory_enabled flag, agent_id, contact_id, and the facts_only echo in the standard { data, meta } envelope.