Get one message
get_emailRetrieve metadata for a specific email message using its unique key. Returns null if the message was moved or deleted.
Instructions
Metadata for one message by its key. Returns null rather than an error when the key no longer resolves — a message can be moved or deleted after a key is handed out. COST: without a published body index this scans the message catalogue once to resolve the key, then answers from memory; the first such call in a cold process is noticeably slower than the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The opaque message key from a listing or a search. Stable across a Mail rebuild. Apple's internal row numbers are not accepted. |