List Conversations
GET /accounts/:id/conversations
integer
default:"50"
Max results (1-250)
integer
default:"0"
Pagination offset
boolean
Filter conversations flagged for human review
200 OK
Get Messages
GET /accounts/:id/conversations/:phone/messages
Returns the message history for a conversation, newest first.
integer
default:"50"
Max messages to return (1-250)
integer
default:"0"
Pagination offset
200 OK
Send Message (Manual Takeover)
POST /accounts/:id/conversations/:phone/messages
Send a message as a human operator. The AI pauses automatic responses for this conversation until manually re-enabled or a configured timeout passes.
string
required
Message text to send
string
Display name of the human sender (for internal tracking)
200 OK
Resume AI
POST /accounts/:id/conversations/:phone/resume-ai
Re-enable AI responses after manual takeover.
200 OK