Get phonesmsthreads 1
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Conversation identifier from sms_thread_list / MessageOutput.threadId
Query Parameters
Maximum messages to return (1–100, default 50). When the conversation is longer, the MOST RECENT limit messages are returned (still ordered oldest-first among themselves) — reach deeper history via GET /messages?threadId=.
1 <= x <= 100Response
OK
One SMS conversation with its message history
Conversation identifier
Agent that owns this conversation
The counterparty's phone number (E.164)
The agent's own phone number used in this conversation
Messages in chronological (oldest-first) reading order. When the conversation is longer than limit, this is its most recent window.
Total messages in the conversation
True when the conversation holds more messages than this response returned (older ones precede messages)
