DNS History
dns_historyRetrieve historical DNS records for any hostname, with support for multiple record types. Access paginated snapshots of DNS data over time.
Instructions
Retrieve historical DNS records for a hostname. Returns paginated snapshots of DNS records captured over time, up to 100 per page. Supports A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME record types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results. Defaults to 1. | |
| host_name | Yes | Hostname or URL to look up DNS records for (e.g. 'example.com'). | |
| record_types | Yes | List of DNS record types to retrieve. Allowed values: 'A', 'AAAA', 'MX', 'NS', 'SOA', 'SPF', 'TXT', 'CNAME', 'all'. Use ['all'] to retrieve every supported type in one request. |