DNS History
dns_historyRetrieve historical DNS records for any hostname to investigate changes over time. Supports A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME records with paginated results.
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 |
|---|---|---|---|
| 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. | |
| page | No | Page number for paginated results. Defaults to 1. |