Skip to main content
GET
List Recent Messages

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

memory_id
string
required
The unique identifier of the contact memory record.

Response

data
array
Array of recent messages.
data[].role
string
Message role: “user” or “assistant”.
data[].content
string
Message content.
data[].channel
string
Channel the message came from: “call” or “sms”.
data[].timestamp
string
ISO timestamp when the message was recorded.
errors
null
Error array (null on success).

Docs for agents: llms.txt