Skip to main content
POST
Search User Calls in Memory

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

memory_id
string
required
The unique identifier of the memory to search within.

Body Parameters

phone_number
string
required
The phone number of the user to search for calls.
external_memory_key
string
Optional external key for additional memory validation or cross-referencing.

Response

data
array
Array of call objects for this user within the memory.
data[].c_id
string
Unique identifier for the call.
data[].created_at
string
ISO timestamp when the call was made.
data[].summary
string
AI-generated summary of this specific call.
data[].answered_by
string
Who answered the call (e.g., “human”, “ai”).
data[].call_length
number
Call duration in minutes.
data[].inbound
boolean
Whether this was an inbound call (true) or outbound call (false).
errors
null
Error array (null on success).

Docs for agents: llms.txt