Skip to main content
Retrieve a report containing the results of a scan.
External DocumentationTo learn more, visit the PortSwigger Burp Suite DAST documentation.

Parameters

ParameterDescription
Include False PositivesSelect to include false positive results in the scan report.
Report FormatThe format of the report to retrieve.

Note: The PDF format will be encoded as base64.
Scan IDThe ID of the scan report to retrieve. Can be obtained by using the List Scans action.

Example Output

{
	"data": {
		"scan_report": {
			"report_html": "<html>...</html>"
		}
	}
}

Workflow Library Example

Get Scan Report with Portswigger Burp Suite Dast and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop