List Received Email Attachments
list-received-email-attachmentsRetrieve metadata and download URLs for all attachments in a specific received email. Provides filenames, sizes, content types, and time-limited links.
Instructions
List all attachments from a specific received (inbox) email. Returns attachment metadata including filename, size, content type, and a time-limited download URL. Use for emails listed by list-received-emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Attachment ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of attachments to retrieve. Default: 20, Max: 100, Min: 1 | |
| before | No | Attachment ID before which to retrieve more (for backward pagination). Cannot be used with "after". | |
| emailId | Yes | The received email ID |