pydo.domains.get_record()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.domains.get_record(domain_name="example.com", domain_record_id=3352896)Description
To retrieve a specific domain record, send a GET request to /v2/domains/{domain_name}/records/{domain_record_id}.
Parameters
domain_namestring requiredThe name of the domain itself.
domain_record_idinteger requiredThe unique identifier of the domain record.
Request Sample
Response Example
More Information
See /v2/domains/{domain_name}/records/{domain_record_id} in the API reference for additional detail on responses, headers, parameters, and more.