List Received Email Attachments
list-received-email-attachmentsRetrieve attachments from a received email by providing its ID. Returns metadata including filename, size, type, and a time-limited download URL.
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 |