BatchGetHostnameResolutions

BatchGetHostnameResolutions is the bulk version of GetHostnameResolutions, returning resolution summaries for multiple hostnames.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
hostnames
array of strings

Required. hostnames is the list of hostnames (will be canonicalized). Maximum: 100 hostnames per minute per organization. Empty list will return an error.

hostnames
interval
object

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).

The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.

boolean

Optional. include_errors is true if DNS error responses should be included for all hostnames.

string

record_types filters by specific DNS record types as a comma-separated string (e.g., "A,AAAA,MX"). Supported values: A, AAAA, MX, CNAME, NS, TXT, SOA, PTR, SRV, CAA. If empty, returns all types.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json