maho thread
Retrieve all emails in a conversation thread by Message-ID.
maho thread <account_id> <message_id> [flags]Arguments
Section titled “Arguments”| Argument | Type | Description |
|---|---|---|
account_id | string | Account ID |
message_id | string | Message-ID header value of any email in the thread |
| Flag | Description |
|---|---|
--json | Output as JSON |
Examples
Section titled “Examples”# View a threadmaho thread acc1 "<msg1@example.com>"
# Get thread as JSONmaho thread acc1 "<msg1@example.com>" --json
# Summarize a thread with AImaho thread acc1 "<msg1@example.com>" --json | llm 'summarize this email thread'