External DocumentationTo learn more, visit the PortSwigger Burp Suite DAST documentation.
Actions
Get Scan Report
Retrieve a report containing the results of a scan.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include False Positives | Select to include false positive results in the scan report. |
| Report Format | The format of the report to retrieve. Note: The PDF format will be encoded as base64. |
| Scan ID | The ID of the scan report to retrieve. Can be obtained by using the List Scans action. |
{
"data": {
"scan_report": {
"report_html": "<html>...</html>"
}
}
}
Was this page helpful?