# Get Domain DNS entries. **GET /dns/{id}** Returns a list of all of the dns records. View and manage a domain and the records for it. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) The order ID number. ## Responses ### 200 The dns records for a given domain. #### Body: application/json (array[object]) - **id** (string) The ID of the DNS Record. - **domain_id** (string) The ID of the Domain this is a record of. - **name** (string) - **type** (string) The type fo DNS record such as A, MX, NS. - **content** (string) The content of the record, such as the IP address or hsotname. - **ttl** (string) Time To Live (seconds) - **prio** (string) Priority - **disabled** (string) - **ordername** (string) Alternate name to use for sorting - **auth** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)