batch_read
Read multiple emails by UIDs in one call and get fully parsed content for each, streamlining bulk email retrieval.
Instructions
Read multiple emails at once by UIDs. Returns full parsed content for each message in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | Array of UIDs to read | |
| folder | No | Folder (default: INBOX) | |
| _account | No | Optional. Override identity for THIS call: pass the AgenticMail agent name (e.g. "Fola") to authenticate as that agent. Requires AGENTICMAIL_ACCOUNT_KEYS_JSON to contain a matching key. Omit to use the default identity (AGENTICMAIL_API_KEY). |