List Received Emails
list-received-emailsList incoming emails from your inbox with metadata: from, to, subject, and received time. Supports pagination by email ID.
Instructions
Purpose: List emails received (inbox) by your Resend receiving address. Use for "show my inbox", "what emails did I get?", "list incoming mail".
NOT for: Listing emails you sent (use list-emails). Not for listing broadcasts (use list-broadcasts).
Returns: Paginated metadata: from, to, subject, message_id, received time. Use get-received-email with an ID for full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Email ID after which to retrieve more emails (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of emails to retrieve. Default: 20, Max: 100, Min: 1 | |
| before | No | Email ID before which to retrieve more emails (for backward pagination). Cannot be used with "after". |