Skip to main content

Get Scan Results

Retrieve a scan result by its UUID.

Parameters

ParameterDescription
Scan UUIDThe UUID of the scan. Can be obtained via the 'Submit A URL Scan' action. The scan UUID can also be obtained via the 'Search Domain Scans' action, but it is not guaranteed that every domain has a published scan.

Example Output

{
"api": "https://urlscan.io/api/v1/result/9baef678-8edf-423f-850a-8bf5aad8e209/",
"message": "Submission successful",
"options": {},
"result": "https://urlscan.io/result/9baef678-8edf-423f-850a-8bf5aad8e209/",
"url": "http://www.glgl.com/",
"uuid": "9baef678-8edf-423f-850a-8bf5aad8e209",
"visibility": "private"
}

Workflow Library Example

Get Scan Results with Urlscan and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop