GET
/
query
/
{query_id}
/
scans
curl --request GET \
  --url https://api.urldna.io/query/{query_id}/scans \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "submitted_url": "<string>",
    "domain": "<string>",
    "target_url": "<string>",
    "protocol": "<string>",
    "device": "DESKTOP",
    "user_agent": "<string>",
    "nsfw": true,
    "scanned_from": "DEFAULT",
    "origin": "API",
    "width": 123,
    "height": 123,
    "private_scan": true,
    "status": "PENDING",
    "submitted_date": "2023-11-07T05:31:56Z",
    "submitter_tags": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

query_id
string
required

Response

200
application/json

List of Scan objects.

List of matching scans, sorted by submission date in descending order.