Endpoint
Overview
Read the message history of a thread, inbound and outbound. Each page is returned in chronological order (oldest first); pages are fetched newest-first using thebefore cursor.
Only threads on your assigned sending numbers are readable; any other thread ID returns
404.Path Parameters
The thread to read.
Query Parameters
Maximum messages per page, between 1 and 200.
Pagination cursor: only return messages with a
rowid lower than this value. Use the next_before value from the previous page to fetch the next (older) page.Response
true on success.The thread that was read.
Cursor for the next (older) page, or
null when there are no more messages.