Threads group related messages into conversations. They are created automatically when messages are sent or received — you cannot create a thread directly. Threads are ordered by most recent activity.
List threads GET
GET /mailboxes/{email_address}/threads
List threads for a mailbox with cursor pagination, ordered by most recent message activity.
Path parameters
Parameter
Type
Description
email_address
string
Email address of the mailbox
Query parameters
Parameter
Type
Default
Description
cursor
string
—
Opaque cursor from a previous response's next_cursor
limit
integer
50
Results per page (1–100)
Response (200)
JSON
Code examples
cURL
Get thread GET
GET /mailboxes/{email_address}/threads/{thread_id}
Get a single thread with all its messages (metadata only — no body content) inline.