Skip to main content
Retrieve a potential security vulnerability identified on one of the available sites by a scan.
External DocumentationTo learn more, visit the PortSwigger Burp Suite DAST documentation.

Parameters

ParameterDescription
Scan IDThe ID of the scan to retrieve an issue for.
Serial NumberThe serial number of the issue to retrieve.

Example Output

{
	"data": {
		"issue": {
			"issue_type": {
				"type_index": null,
				"name": null,
				"description_html": null,
				"remediation_html": null,
				"vulnerability_classifications_html": null,
				"references_html": null
			},
			"display_confidence": null,
			"serial_number": null,
			"remediation_html": null,
			"description_html": null,
			"confidence": null,
			"severity": null,
			"path": null,
			"origin": null,
			"generated_by_extension": null,
			"evidence": [
				{
					"request_index": 0,
					"request_count": 1,
					"request_segments": [
						{
							"data_html": null
						}
					]
				},
				{
					"response_index": 0,
					"response_count": 1,
					"response_segments": [
						{
							"data_html": null
						},
						{
							"highlight_html": null
						},
						{
							"data_html": null
						}
					]
				}
			]
		}
	}
}

Workflow Library Example

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