List DNS Records
list_dns_recordsList all DNS records for a domain, with automatic pagination to retrieve the complete set.
Instructions
List all DNS records for a domain. Uses pagination and can fetch all pages automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Offset when fetchAll=false. | |
| take | No | Items per page when fetchAll=false. | |
| domain | Yes | Domain name, e.g. example.com | |
| orderBy | No | ||
| fetchAll | No | Fetch all pages (recommended). |