GET
/
queries
curl --request GET \
  --url https://api.urldna.io/queries \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "query_filters": [
      {
        "attribute": "asn",
        "operator": "=",
        "value": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json

List of Query objects

The response is of type object[].