---
title: "Get URL scan report"
method: GET
path: "/samples/{sampleID}/urlscan1/report_urlscan.json"
---

# Get URL scan report

`GET /samples/{sampleID}/urlscan1/report_urlscan.json`

Retrieve the URL scan report with Chromium CDP data including HTTP requests, redirects, cookies, and certificates.

## Path parameters

- `sampleID` string, required

## Response `200`

URL scan report.

- object — URL scan analysis report. Structure includes page metadata, screenshots, and network requests.
  - `data` object — Core scan data.
    - `requests` object[] — HTTP requests made during page load.
    - `cookies` object[] — Cookies set during page load.
    - `console` object[] — Browser console messages.
    - `links` object[] — Links found on the page.
    - `timing` object — Page load timing information.
    - `globals` object[] — Global JavaScript variables.
    - `storages` object — Browser storage (localStorage, sessionStorage) data.
  - `labels` string[] — Classification labels for the scanned URL.
  - `lists` object — Blocklist/allowlist match information.
  - `meta` object — Scan metadata (processors, timing).
  - `metatags` object — HTML meta tags extracted from the page.
  - `page` object — Page-level information (URL, domain, IP, status code, etc.).
  - `scanner` object — Scanner configuration and version info.
  - `stats` object — Aggregate statistics (resource types, protocols, IP addresses, etc.).
  - `submitter` object — Information about the scan submitter.
  - `task` object — Task metadata (UUID, time, URL, visibility, method, source).

## Other responses

- `404` — Sample not found or URL scan report not available.

---

[API](https://skmtc.dev/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.dev/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
