Skip to main content
GET
Get Contact

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

contact_id
string
required
The unique identifier of the contact.

Response

data
object
The contact object with identifiers, memories, and entities.
data.id
string
Unique identifier for the contact.
data.org_id
string
Organization ID the contact belongs to.
data.name
string
Contact’s name (if set).
data.metadata
object
Custom metadata associated with the contact.
data.identifiers
array
Contact identifiers (phone_number, email, external_id) for this contact.
data.memories
array
Contact memory objects, one per persona or agent. Each includes summary, facts, recent_messages, open_items, and entities (memory_entity records).
data.memories[].entities
array
Entity-scoped facts (e.g. bookings, orders) for that memory.
errors
null
Error array (null on success).

Docs for agents: llms.txt