---
title: "List internal DNS selector representations"
method: GET
path: "/fqdn/names"
tags: ["policy"]
---

# List internal DNS selector representations

`GET /fqdn/names`

Retrieves the list of DNS-related fields (names to poll, selectors and
their corresponding regexes).

## Response `200`

Success

- NameManager — Internal state about DNS names in relation to policy subsystem
  - `DNSPollNames` string[] — Names to poll for DNS Poller
  - `FQDNPolicySelectors` SelectorEntry[] — Mapping of FQDNSelectors to corresponding regular expressions
    - `selectorString` string — FQDNSelector in string representation
    - `regexString` string — String representation of regular expression form of FQDNSelector

## Other responses

- `400` — Invalid request (error parsing parameters)

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/revisions/351336b27221/schema)
