list_dns_records
Retrieve all DNS records managed by Vercel for a specified domain.
Instructions
List the DNS records Vercel manages for a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name. | |
| limit | No | Maximum number of items to return. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |