Get Thread
mailbox_get_threadRetrieve an email thread's summary with its thread ID. Need the messages? Use the list thread messages endpoint.
Instructions
Use this to read one thread summary by thread_id. Use mailbox_list_thread_messages when the task needs the messages in the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| If-None-Match | No | Weak ETag from a previous response. Returns 304 when unchanged. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||