List Thread Messages
mailbox_list_thread_messagesRetrieve messages from an existing email thread with sorting, pagination, and cursor support, allowing you to view message metadata or summaries before fetching full content when needed.
Instructions
Use this to list messages inside a known thread. Use message body tools only for messages that need full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Message sort direction within the thread. | |
| limit | No | Maximum results (default 50, max 100). | |
| cursor | No | Pagination cursor — the `next_cursor` from the previous response. | |
| thread_id | Yes | Thread ID. | |
| mailbox_id | No | Mailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||