combell_dns_records_list
List DNS records for a domain, with optional filters for record type, record name, and SRV service.
Instructions
List the DNS records of a domain. Filter by type (A, AAAA, CAA, CNAME, MX, TXT, SRV, ALIAS, TLSA); record_name and service filters only apply together with a type filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip (default 0) | |
| take | No | Number of items to return (the API may return fewer) | |
| type | No | Only records of this type | |
| service | No | Only SRV records for this service (requires type=SRV) | |
| domain_name | Yes | The domain name, e.g. 'example.be' | |
| record_name | No | Only records with this name (requires type) |