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

Get finding overview by its ID.

<Note>
  External Documentation

  To learn more, visit the [NetSPI documentation](https://platform.netspi.ai/apidocs).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                              |
  | --------- | ---------------------------------------- |
  | ID        | The ID of the finding to get details on. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": -9007199254740991,
	"name": "string",
	"originalFindingTemplateUid": "f27ae964-4811-4ff7-bba9-3122116e54e8",
	"severityId": -9007199254740991,
	"clientAssignedSeverityId": -9007199254740991,
	"stateId": -9007199254740991,
	"intermediateFindingUid": "2aaf2a80-2520-40a0-87cb-7cfa69339a77",
	"assignedTo": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"securityOwner": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"reviewer": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"remediationDueDate": "2019-08-24T14:15:22Z",
	"remediationActualDate": "2019-08-24T14:15:22Z",
	"affectedUrl": "string",
	"externalIdentifier": "string",
	"cvssV2Vector": "string",
	"cvssV3Vector": "string",
	"scenarioDescription": "string",
	"description": "string",
	"businessImpact": "string",
	"remediationInstructions": "string",
	"internalNotes": "string",
	"cisBenchmark": "string",
	"likelihoodRationale": "string",
	"identifiedBy": -9007199254740991,
	"createdBy": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"createdAt": "2019-08-24T14:15:22Z",
	"updatedAt": "2019-08-24T14:15:22Z",
	"findingTemplateUid": "3f83a93f-5c84-4cff-9b86-aa790c75f420",
	"findingTemplateName": "string",
	"findingTemplateSeverityId": -9007199254740991,
	"findingTemplateReviewStateId": -9007199254740991,
	"firstSeenAt": "2019-08-24T14:15:22Z",
	"lastSeenAt": "2019-08-24T14:15:22Z",
	"assetLabel": "string",
	"port": -9007199254740991,
	"sourceFileName": "string",
	"cveIds": [
		"string"
	],
	"cweNames": [
		"string"
	],
	"remediationTypes": [
		-9007199254740991
	],
	"assetTypeValue": "string",
	"concreteAssetId": -9007199254740991,
	"calculatedAffectedUrl": "string",
	"location": "string",
	"portId": -9007199254740991,
	"attackParameter": "string",
	"certificateSubjectCn": "string",
	"certificateId": -9007199254740991
}
```

## Workflow Library Example

[Get Finding Overview with Netspi and Send Results Via Email](https://library.blinkops.com/workflows/get-finding-overview-with-netspi-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-finding-overview-with-netspi-and-send-results-via-email/canvas" />
</div>
