cURL
curl --request GET \ --url https://api.urldna.io/v1/queries \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] } ]
Retrieves all saved query objects for the authenticated user. Queries encapsulate reusable filter combinations for consistent scan searching.
Query list retrieved successfully.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.
Show child attributes
Unique query identifier.