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>" } ] } ]
Retrieve a list of query objects associated with the user.
List of Query objects
A user-defined name for the query.
A list of filtering conditions that define the query criteria.
Show child attributes
Unique identifier for the query.