List Domains
list-domainsList all email domains from Resend, including status, region, and capabilities. Supports pagination to handle large domain collections.
Instructions
List all domains from Resend. Returns domain names, statuses, regions, and capabilities. Don't bother telling the user the IDs unless they ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Domain ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of domains to retrieve. Default: 20, Max: 100, Min: 1 | |
| before | No | Domain ID before which to retrieve more (for backward pagination). Cannot be used with "after". |