Skip to content

Live Scan Get Resource

Request

Retrieve the resource for a particular scan ID or SHA256 from this live scanner.

Security
apikeyAuth(Required scopes: readwrite)
Path
scannerIdstringrequired
Example:de01
resourceTypestringrequired
Enum:"result""screenshot""dom""response""download"
Example:result
resourceIdstringrequired
  • For result, screenshot, dom: UUID of the scan
  • For response, download: The SHA256 of the resource
Example:{resourceId}
GET
/api/v1/livescan/{scannerId}/{resourceType}/{resourceId}
curl -i -X GET \
  'https://urlscan.io/api/v1/livescan/de01/result/{resourceId}' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Successful response