Get Email Thread(s)
email_thread_getFetch all email messages in one or more threads. Pass id for a single thread or ids for multiple. Returns messages ordered within each thread. Uses the messages endpoint filtered by threadId + channel=EMAIL under the hood.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Single thread ID to fetch. Pass either `id` or `ids`. | |
| ids | No | Multiple thread IDs to fetch in parallel. Pass either `id` or `ids`. | |
| limit | No | Optional max messages per thread. | |
| agentId | No | Optional agent scope filter (only return messages owned by this agent). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||