List RRSets
list_rrsetsRetrieve DNS record sets from a Hetzner zone with filtering by name, type, or label and pagination. Shows records, TTLs, and protection status for each RRSet.
Instructions
List the RRSets (DNS record sets) of a zone, including their records, TTLs and protection status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter RRSets by name, e.g. "www" or "@" for the zone apex | |
| page | No | Page number to return (pagination) | |
| type | No | Filter RRSets by type(s), e.g. ["A", "AAAA"] | |
| zone | Yes | ID or name of the zone, e.g. "example.com" | |
| per_page | No | Entries per page (1-100, default 25) | |
| label_selector | No | Filter RRSets by label selector |