Skip to main content
GET
/
v1
/
queries
Get list of Query user objects
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>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Response

List of Query objects

name
string
required

A user-defined name for the query.

query_filters
object[]
required

A list of filtering conditions that define the query criteria.

id
string

Unique identifier for the query.

I