## List DNS Records `dns.records.list(RecordListParams**kwargs) -> SyncV4PagePaginationArray[RecordResponse]` **get** `/zones/{zone_id}/dns_records` List, search, sort, and filter a zones' DNS records. ### Parameters - `zone_id: str` Identifier. - `comment: Optional[Comment]` - `absent: Optional[str]` If this parameter is present, only records *without* a comment are returned. - `contains: Optional[str]` Substring of the DNS record comment. Comment filters are case-insensitive. - `endswith: Optional[str]` Suffix of the DNS record comment. Comment filters are case-insensitive. - `exact: Optional[str]` Exact value of the DNS record comment. Comment filters are case-insensitive. - `present: Optional[str]` If this parameter is present, only records *with* a comment are returned. - `startswith: Optional[str]` Prefix of the DNS record comment. Comment filters are case-insensitive. - `content: Optional[Content]` - `contains: Optional[str]` Substring of the DNS record content. Content filters are case-insensitive. - `endswith: Optional[str]` Suffix of the DNS record content. Content filters are case-insensitive. - `exact: Optional[str]` Exact value of the DNS record content. Content filters are case-insensitive. - `startswith: Optional[str]` Prefix of the DNS record content. Content filters are case-insensitive. - `direction: Optional[SortDirection]` Direction to order DNS records in. - `"asc"` - `"desc"` - `include_shadow_metadata: Optional[bool]` Whether to include shadow metadata in the `meta` field of each record in the response. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `match: Optional[Literal["any", "all"]]` Whether to match all search requirements or at least one (any). If set to `all`, acts like a logical AND between filters. If set to `any`, acts like a logical OR instead. Note that the interaction between tag filters is controlled by the `tag-match` parameter instead. - `"any"` - `"all"` - `name: Optional[Name]` - `contains: Optional[str]` Substring of the DNS record name. Name filters are case-insensitive. - `endswith: Optional[str]` Suffix of the DNS record name. Name filters are case-insensitive. - `exact: Optional[str]` Exact value of the DNS record name. Name filters are case-insensitive. - `startswith: Optional[str]` Prefix of the DNS record name. Name filters are case-insensitive. - `order: Optional[Literal["type", "name", "content", 2 more]]` Field to order DNS records by. - `"type"` - `"name"` - `"content"` - `"ttl"` - `"proxied"` - `page: Optional[float]` Page number of paginated results. - `per_page: Optional[float]` Number of DNS records per page. - `proxied: Optional[bool]` Whether the record is receiving the performance and security benefits of Cloudflare. - `search: Optional[str]` Allows searching in multiple properties of a DNS record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is subject to change in the future. This parameter works independently of the `match` setting. For automated searches, please use the other available parameters. - `shadowed_by_name: Optional[str]` Filters to records at or below the given NS delegation name, excluding the NS records that form the delegation itself. The value must be a subdomain of the zone; the zone apex is not accepted. Requires `include_shadow_metadata=true`. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowing_name: Optional[str]` Returns NS records that shadow the given name, searching at the name itself and each of its ancestor names within the zone, excluding the zone apex. The value must be a subdomain of the zone; the zone apex is not accepted. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `tag: Optional[Tag]` - `absent: Optional[str]` Name of a tag which must *not* be present on the DNS record. Tag filters are case-insensitive. - `contains: Optional[str]` A tag and value, of the form `:`. The API will only return DNS records that have a tag named `` whose value contains ``. Tag filters are case-insensitive. - `endswith: Optional[str]` A tag and value, of the form `:`. The API will only return DNS records that have a tag named `` whose value ends with ``. Tag filters are case-insensitive. - `exact: Optional[str]` A tag and value, of the form `:`. The API will only return DNS records that have a tag named `` whose value is ``. Tag filters are case-insensitive. - `present: Optional[str]` Name of a tag which must be present on the DNS record. Tag filters are case-insensitive. - `startswith: Optional[str]` A tag and value, of the form `:`. The API will only return DNS records that have a tag named `` whose value starts with ``. Tag filters are case-insensitive. - `tag_match: Optional[Literal["any", "all"]]` Whether to match all tag search requirements or at least one (any). If set to `all`, acts like a logical AND between tag filters. If set to `any`, acts like a logical OR instead. Note that the regular `match` parameter is still used to combine the resulting condition with other filters that aren't related to tags. - `"any"` - `"all"` - `type: Optional[Literal["A", "AAAA", "CAA", 18 more]]` Record type. - `"A"` - `"AAAA"` - `"CAA"` - `"CERT"` - `"CNAME"` - `"DNSKEY"` - `"DS"` - `"HTTPS"` - `"LOC"` - `"MX"` - `"NAPTR"` - `"NS"` - `"OPENPGPKEY"` - `"PTR"` - `"SMIMEA"` - `"SRV"` - `"SSHFP"` - `"SVCB"` - `"TLSA"` - `"TXT"` - `"URI"` ### Returns - `RecordResponse` - `class ARecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: ARecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class AAAARecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: AAAARecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class CNAMERecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: CNAMERecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class MXRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: MXRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class NSRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: NSRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class OpenpgpkeyRecord: …` - `id: str` Identifier. - `comment: str` Comments or notes about the DNS record. This field has no effect on DNS responses. - `content: str` A single Base64-encoded OpenPGP Transferable Public Key (RFC 4880 Section 11.1) - `created_on: datetime` When the record was created. - `meta: OpenpgpkeyRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `name: str` Complete DNS record name, including the zone name, in Punycode. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `proxied: bool` Whether the record is receiving the performance and security benefits of Cloudflare. - `settings: OpenpgpkeyRecordSettings` Settings for the DNS record. - `ipv4_only: Optional[bool]` When enabled, only A records will be generated, and AAAA records will not be created. This setting is intended for exceptional cases. Note that this option only applies to proxied records and it has no effect on whether Cloudflare communicates with the origin using IPv4 or IPv6. - `ipv6_only: Optional[bool]` When enabled, only AAAA records will be generated, and A records will not be created. This setting is intended for exceptional cases. Note that this option only applies to proxied records and it has no effect on whether Cloudflare communicates with the origin using IPv4 or IPv6. - `tags: List[RecordTags]` Custom tags for the DNS record. This field has no effect on DNS responses. - `ttl: TTL` Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones. - `float` - `Literal[1]` Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones. - `1` - `type: Literal["OPENPGPKEY"]` Record type. - `"OPENPGPKEY"` - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class PTRRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: PTRRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class TXTRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: TXTRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class CAARecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: CAARecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class CERTRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: CERTRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class DNSKEYRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: DNSKEYRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class DSRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: DSRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class HTTPSRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: HTTPSRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class LOCRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: LOCRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class NAPTRRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: NAPTRRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class SMIMEARecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: SMIMEARecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class SRVRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: SRVRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class SSHFPRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: SSHFPRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class SVCBRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: SVCBRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class TLSARecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: TLSARecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. - `class URIRecord: …` - `id: str` Identifier. - `created_on: datetime` When the record was created. - `meta: URIRecordMeta` Extra Cloudflare-specific metadata about the record. - `dead_glue: Optional[bool]` Whether this glue record is not served because a shallower NS delegation takes precedence over the deeper delegation that needs it. Present only when true; reachable glue carries only `is_glue`. See [Unreachable glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#unreachable-glue-records). - `is_glue: Optional[bool]` Whether this A or AAAA record is glue for a subdomain NS delegation. See [Glue records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records#glue-records). - `shadowed_by: Optional[List[str]]` IDs of the NS records that shadow this record. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `shadowed_records_count: Optional[int]` Number of records shadowed by this NS delegation. See [Shadowed records](https://edgetunnel-b2h.pages.dev/dns/manage-dns-records/reference/shadowed-records). - `modified_on: datetime` When the record was last modified. - `proxiable: bool` Whether the record can be proxied by Cloudflare or not. - `comment_modified_on: Optional[datetime]` When the record comment was last modified. Omitted if there is no comment. - `tags_modified_on: Optional[datetime]` When the record tags were last modified. Omitted if there are no tags. ### Example ```python import os from cloudflare import Cloudflare client = Cloudflare( api_token=os.environ.get("CLOUDFLARE_API_TOKEN"), # This is the default and can be omitted ) page = client.dns.records.list( zone_id="023e105f4ecef8ad9ca31a8372d0c353", ) page = page.result[0] print(page) ``` #### Response ```json { "errors": [ { "code": 1000, "message": "message", "documentation_url": "documentation_url", "source": { "pointer": "pointer" } } ], "messages": [ { "code": 1000, "message": "message", "documentation_url": "documentation_url", "source": { "pointer": "pointer" } } ], "success": true, "result": [ { "name": "example.com", "ttl": 3600, "type": "A", "comment": "Domain verification record", "content": "198.51.100.4", "private_routing": true, "proxied": true, "settings": { "ipv4_only": true, "ipv6_only": true }, "tags": [ "owner:dns-team" ], "id": "023e105f4ecef8ad9ca31a8372d0c353", "created_on": "2014-01-01T05:20:00.12345Z", "meta": { "dead_glue": true, "is_glue": true, "shadowed_by": [ "372e67954025e0ba6aaa6d586b9e0b59" ], "shadowed_records_count": 42 }, "modified_on": "2014-01-01T05:20:00.12345Z", "proxiable": true, "comment_modified_on": "2024-01-01T05:20:00.12345Z", "tags_modified_on": "2025-01-01T05:20:00.12345Z" } ], "result_info": { "count": 1, "page": 1, "per_page": 20, "total_count": 2000, "total_pages": 100 } } ```