Retrieve a list of query objects associated with the user.
curl --request GET \ --url https://api.urldna.io/queries \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] } ]
List of Query objects
The response is of type object[].
object[]