> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Issue

Retrieve a potential security vulnerability identified on one of the available sites by a scan.

<Note>
  External Documentation

  To learn more, visit the [PortSwigger Burp Suite DAST documentation](https://portswigger.net/burp/extensibility/dast/graphql-api/issue.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                  |
  | ------------- | -------------------------------------------- |
  | Scan ID       | The ID of the scan to retrieve an issue for. |
  | Serial Number | The serial number of the issue to retrieve.  |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-issue-with-portswigger-burp-suite-dast-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-issue-with-portswigger-burp-suite-dast-and-send-results-via-email/canvas" />
</div>
