# View DNS Records

{% hint style="success" %}
**Prerequisite:**

* A primary zone is mandatory to create a record. For more information, see [<mark style="color:blue;">Create Primary Zones</mark>](https://docs.ionos.com/sections-test/guides/network-services/cloud-dns/dcd-how-tos/public-zone/primary-zone/create-primary-zone).
* You must be a contract administrator, owner, or a user with **Access and manage DNS** privilege to create and manage primary zones and records. You can set user privileges in the [<mark style="color:blue;">DCD</mark>](https://docs.ionos.com/sections-test/guides/network-services/cloud-dns/dcd-how-tos/set-user-privileges) or via the [<mark style="color:blue;">API</mark>](https://docs.ionos.com/sections-test/guides/network-services/cloud-dns/api-how-tos/set-user-privileges-api).
  {% endhint %}

After creation, you can view the list of records of a zone and manage them as required.

To view a list of the records, follow these steps:

1\. In the **DCD**, go to **Menu** > **Network Services** > **Cloud DNS** > **Public zones** tab.

2\. Select **Primary Zones** from the drop-down list.

3\. Select the appropriate zone in the **DNS ZONES** column to view the records associated with it. Alternatively, click **Details & Records** in the **ACTIONS** column.

![Zone selection](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-85b510ea4adb54496925ce3dbaebb38f8505ebfe%2Fzones-overview.png?alt=media)

4\. Select the appropriate record from the **FQDN** column to view its details. Alternatively, click **Details & Edit** in the **ACTIONS** column.

![List of zone records](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-7b6c8544cb05c45129c87d9245785ce925b36d51%2Frecords-overview.png?alt=media)

{% hint style="success" %}
**Result:** A list of all records in a zone is displayed. You will see the following details:

* **FQDN:** Displays the FQDN of the record.
* **TYPE:** Displays the type of the record: `A`, `AAAA`, `CNAME`, `ALIAS`, `MX`, `NS`, `SOA`, `SRV`, `TXT`, `CAA`, `SSHFP`, `TLSA`, `SMIMEA`, `DS`, `HTTPS`, `SVCB`, `OPENPGPKEY`, `CERT`, `URI`, `RP`, and `LOC`.<br>
* **CONTENT:** Displays the content of the record type.
* **STATE:** Displays the state of the respective record.
  * **Available:** Indicates that the record is available and healthy.
  * **Provisioning:** Indicates that the record is being created or updated.
  * **Destroying:** Indicates that the record is being deleted.
  * **Failed:** Indicates that an error occurred during creation, update or deletion.
* **ENABLED/DISABLED:** Indicates if the record is currently enabled or disabled. You can also toggle the button to enable or disable a record.
* **ACTIONS:** Select ![](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-0820a9f96e75bb8fa664037bb8f38d7d825394d7%2Fthree-dots.png?alt=media) to perform the following operations:
  * **Details and Edit:** View and update the details of the respective record.
  * **Copy Record UUID:** Copy the UUID of the record.
  * **Copy endpoint HREF:** Copy the Cloud DNS API HREF of the record. It is useful when using the Cloud DNS API for advanced DNS management.
    {% endhint %}
