List Sent Email Attachments
list-sent-email-attachmentsRetrieve metadata and time-limited download URLs for all attachments from a specific sent email.
Instructions
List all attachments from a specific sent email (from send-email or list-emails). Returns attachment metadata including filename, size, content type, and a time-limited download URL.
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 sent email ID |