Thread APIs
Use thread endpoints when you need conversation-level context without fetching every body.List threads
Read a thread
message_ids in chronological order. Use
GET /mailbox/threads/{thread_id}/messages for paginated message summaries, or
GET /mailbox/threads/{thread_id}/content when you need cleaned bodies.