# Retrieve DNS domain record details **GET /dns-domain/{domain-id}/record/{record-id}** ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **domain-id** (string(uuid)) - **record-id** (string(uuid)) ## Responses ### 200 200 #### Body: application/json (object) - **updated-at** (string(date-time)) DNS domain record update date - **content** (string) DNS domain record content - **name** (string) DNS domain record name - **type** (string) DNS domain record type - **ttl** (integer(int64)) DNS domain record TTL - **priority** (integer(int64)) DNS domain record priority - **id** (string(uuid)) DNS domain record ID - **created-at** (string(date-time)) DNS domain record creation date - **system-record** (boolean) DNS domain record system status [Powered by Bump.sh](https://bump.sh)