cURL
curl --request GET \ --url https://api.urldna.io/v1/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>", "http_referer": "<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>" ] } ]
Retrieve all scans that match the specified query filter.
List of Scan objects.
List of matching scans, sorted by submission date in descending order.