You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,11 +112,11 @@ Some examples of more specific properties include:
112
112
113
113
The [Get URL Scan](/api/operations/urlscanner-get-scan) API endpoint documentation contains the full response schema.
114
114
115
-
In order to fetch the scan's [screenshots](/api/operations/urlscanner-get-scan-screenshot) or full [network log](/api/operations/urlscanner-get-scan-har), please visit the corresponding endpoints' documentation.
115
+
To fetch the scan's [screenshots](/api/operations/urlscanner-get-scan-screenshot) or full [network log](/api/operations/urlscanner-get-scan-har) refer to the corresponding endpoints' documentation.
116
116
117
117
### Search scans
118
118
119
-
`Public` scans can also be searched for. In order to search for scans to the hostname `google.com`, use the query parameter `page_hostname=google.com`:
119
+
`Public` scans can also be searched for. To search for scans to the hostname `google.com`, use the query parameter `page_hostname=google.com`:
Search results will also include your *own*`Unlisted` scans.
127
127
128
-
If, instead, you wanted to search for scans which made at least one request to the hostname `cdnjs.cloudflare.com` - e.g. sites that use a JavaScript library hosted at `cdnjs.cloudflare.com` - use the query parameter `hostname=cdnjs.cloudflare.com`:
128
+
If, instead, you wanted to search for scans that made at least one request to the hostname `cdnjs.cloudflare.com`, for example sites that use a JavaScript library hosted at `cdnjs.cloudflare.com`, use the query parameter `hostname=cdnjs.cloudflare.com`:
Check `https://developers.cloudflare.com/api/operations/urlscanner-search-scans` for the full list of available options.
135
+
You can also search for the hash in the URL Scanner API.
136
+
137
+
Go to [Search URL scans](/api/operations/urlscanner-search-scans) in the API documentation for the full list of available options.
138
+
139
+
Alternatively, you can search for the hash on the [Cloudflare dashboard](https://dash.cloudflare.com/) by selecting your account > **Security Center** > **Investigate** > Enter the hash > Select **Search**.
0 commit comments