Skip to content

Commit b5e83ff

Browse files
[Radar] Add retention policy note (#20029)
1 parent 0aa23ba commit b5e83ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/radar/investigate/url-scanner.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ Above, the visibility level is set as `Unlisted`, which means that the scan repo
6666

6767
There will also be three screenshots taken of the webpage, one per target device type. The [`User-Agent`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) will be set as "XXX-my-user-agent". Note that you can set any custom HTTP header, including [Authorization](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization).
6868

69+
:::note[Header]
70+
Successful scans are subject to a retention policy of 12 months. Failed scans older than 30 days will be deleted.
71+
:::
72+
6973
### Get scan report
7074

7175
Once the URL Scan submission is made, the current progress can be checked by calling `https://api.cloudflare.com/client/v4/accounts/{account_id}/urlscanner/v2/result/{scan_id}`. The `scan_id` will be the `uuid` value returned in the previous response.

0 commit comments

Comments
 (0)