> ## 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

Get the details of an issue by its ID.

<Note>
  External Documentation

  To learn more, visit the [Aikido documentation](https://apidocs.aikido.dev/reference/getissuedetail).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                            |
  | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Include EPSS Score | Select to include the EPSS score in the response.<br /><br />**Note:** The parameter can only be used by accounts on `Pro` or `Scale` workspace tiers. |
  | Issue ID           | The ID of the issue to retrieve. Can be obtained using the `List Issues` action.                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 1,
	"group_id": 1,
	"attack_surface": "backend",
	"status": "open",
	"severity": "critical",
	"severity_score": 90,
	"cve_id": "CVE-2020-7598",
	"type": "open_source",
	"rule": "SQL injection",
	"affected_package": "minimist",
	"affected_file": "index.php",
	"first_detected_at": 1700489005,
	"code_repo_name": "test-service",
	"code_repo_id": 1,
	"container_repo_id": 1,
	"container_repo_name": "aikido/test-service",
	"domain_id": 4,
	"domain_name": "https://aikido.dev",
	"virtual_machine_id": 13,
	"virtual_machine_name": "aikido-demo-env",
	"sla_remediate_by": 1700924603,
	"ignored_at": null,
	"closed_at": null,
	"how_to_fix": "Upgrade package minimist to ...",
	"reachability_status": "reachable",
	"issue_type_metadata": {
		"open_source": {
			"installed_version": "4.2.0",
			"patched_versions": [
				"4.2.6"
			]
		},
		"sast": {
			"start_line": 69,
			"end_line": 73
		},
		"cloud": {
			"resource_id": "arn:aws:elasticloadbalancing:eu-west-1:123456789012:loadbalancer/app/awseb--AWSEB-ABcdefg1hIj2/345kl6mn7o8pqrstu",
			"resource_name": "awseb--AWSEB-ABcdefg1hIj2",
			"resource_kind": "aws_load_balancer"
		},
		"leaked_secret": {
			"commit": "nvr9onnag1veuupnever9onnal3tud0wn",
			"line": 10
		},
		"surface_monitoring": {
			"cve_id": "CVE-2025-3573",
			"package_name": "jquery-validation",
			"package_version": "1.19.5",
			"domain_target_url": "https://aikido.dev/api/routeTest",
			"evidence": null,
			"evidence_description": null
		}
	},
	"snooze_until": null,
	"snooze_reason": "",
	"ignore_reasons": [
		{
			"kind": "manual_ignore",
			"reason": "Marked as false positive"
		}
	],
	"programming_language": "JS"
}
```

## Workflow Library Example

[Get Issue with Aikido and Send Results Via Email](https://library.blinkops.com/workflows/get-issue-with-aikido-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-aikido-and-send-results-via-email/canvas" />
</div>
