cURL
curl --request GET \ --url https://api.urldna.io/v1/query/{query_id} \ --header 'Authorization: <api-key>'
{ "name": "<string>", "query_filters": [ { "attribute": "id", "operator": "=", "value": "<string>" } ], "id": "<string>" }
Retrieves complete details for a specific saved query including all filter conditions.
Unique query identifier.
Query details retrieved successfully.
Saved query object containing multiple filter conditions for retrieving specific scan subsets.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.
Show child attributes
Searchable attribute field (e.g., domain, ip, country_code, technology).
id
domain
ip
submitted_url
target_url
scanned_from
user_agent
nsfw
device
origin
asn
org
protocol
title
city
country_code
isp
favicon
screenshot
issuer
serial_number
subject
malicious
technology
cookie_name
http_referer
cookie_value
http_transaction
outgoing_link
submitter_tag
registrar
category
topic
language
text
redirect_url
threat
Comparison operator: '=' and '!=' for exact matching; 'LIKE' and '!LIKE' for partial/wildcard matching.
=
!=
LIKE
!LIKE
Value to match against the specified attribute.