Skip to content

list_thread

List all emails in a thread by Message-ID. Returns emails sorted by date ascending.

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | account_id | string | Yes | Account ID | | message_id | string | Yes | Message-ID header value of any email in the thread |

{
"tool": "list_thread",
"arguments": {
"account_id": "acc1",
"message_id": "<[email protected]>"
}
}