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

Obtain details of a specific issue using its identifier.

<Note>
  External Documentation

  To learn more, visit the [CyCognito documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Issues/get_v1_issues_issue__issue_instance_id_).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                                                                                                                             |
  | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Issue Instance ID | The ID for a specific issue occurrence on an asset to be retrieved. Can be obtained from the `List Issues` action.<br />**Note** - Make sure to insert the instance ID **Without** the `issue/` prefix. |
</div>

## Example Output

```json theme={"dark"}
{
	"advisories": [
		"string"
	],
	"affected-asset": "string",
	"affected-asset-tags": [
		"string"
	],
	"affected-ptr-domains": [
		"string"
	],
	"asset-status": "string",
	"attacker-interest": "string",
	"attractiveness": 0,
	"attractiveness-label": "string",
	"base-severity": "string",
	"base-severity-score": 0,
	"business-units": [
		"string"
	],
	"cis-controls": [
		"string"
	],
	"comment": {
		"content": "string",
		"last-update": "string"
	},
	"compliance-violations": [
		"string"
	],
	"confidence": 0,
	"continent": [
		"string"
	],
	"cve-ids": [
		"string"
	],
	"detection-complexity": "string",
	"enhanced-severity": "string",
	"enhanced-severity-score": 0,
	"environments": [
		"string"
	],
	"evidence": "string",
	"exploitation-availability": "string",
	"exploitation-complexity": "string",
	"exploitation-method": "string",
	"exploitation-score": 0,
	"first-detected": "string",
	"id": "string",
	"investigating-since": "string",
	"investigation-status": "investigating",
	"is-snoozed": true,
	"iso27001-controls": [
		"string"
	],
	"iso27002-controls": [
		"string"
	],
	"issue-id": "string",
	"issue-status": "string",
	"issue-type": "string",
	"issue-types": [
		"string"
	],
	"last-detected": "string",
	"locations": [
		"string"
	],
	"mitre-attack-next-technique-name": "string",
	"mitre-attack-next-technique-subtitle": "string",
	"mitre-attack-next-technique-title": "string",
	"mitre-attack-technique-name": "string",
	"mitre-attack-technique-subtitle": "string",
	"mitre-attack-technique-title": "string",
	"nist-800-171-controls": [
		"string"
	],
	"nist-800-53-controls": [
		"string"
	],
	"organizations": [
		"string"
	],
	"pci-dss-controls": [
		"string"
	],
	"platforms": [
		"string",
		"Unknown Type: null"
	],
	"port": 0,
	"package": "string",
	"potential-impact": [
		"string"
	],
	"references": [
		"string"
	],
	"region": [
		"string"
	],
	"remediation-effort": "string",
	"remediation-method": "string",
	"remediation-steps": [
		"string"
	],
	"resolved-at": "string",
	"revalidation-request-time": "string",
	"revalidation-requested": true,
	"severity": "string",
	"severity-change-reason": "string",
	"severity-score": 0,
	"snooze-expiration": "string",
	"summary": "string",
	"tags": [
		"string"
	],
	"teams": [
		"string"
	],
	"tech-owners": [
		{
			"name": "string",
			"email": "string",
			"org-name": "string"
		}
	],
	"potential-threat": "string",
	"title": "string",
	"tools": [
		"string"
	],
	"underground-activity": "string"
}
```

## Workflow Library Example

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