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

# Security And Compliance Analyzer Last Run

Retrieve the last session of the security and compliance analyzer.

<Note>
  External Documentation

  To learn more, visit the [Veeam Basic Backup & Replication documentation](https://helpcenter.veeam.com/references/vbr/13/rest/1.3-rev1/tag/Security#operation/GetSecurityAnalyzerSession).
</Note>

## Example Output

```json theme={"dark"}
{
	"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
	"name": "string",
	"jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
	"sessionType": "Infrastructure",
	"creationTime": "2019-08-24T14:15:22Z",
	"endTime": "2019-08-24T14:15:22Z",
	"state": "Stopped",
	"progressPercent": 0,
	"result": {
		"result": "None",
		"message": "string",
		"isCanceled": true
	},
	"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
	"resourceReference": "string",
	"parentSessionId": "b1d7834e-fe2f-4cad-b0e5-ff5c5615f344",
	"usn": 0,
	"platformName": "VMware",
	"platformId": "32a6e381-64f4-4911-86b6-3bf681b64d23",
	"initiatedBy": "string",
	"relatedSessionId": "f3a08375-4fc2-4154-a968-538c1da6dd56"
}
```

## Workflow Library Example

[Security and Compliance Analyzer Last Run with Veeam Basic Backup and Replication and Send Results Via Email](https://library.blinkops.com/workflows/security-and-compliance-analyzer-last-run-with-veeam-basic-backup-and-replication-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/security-and-compliance-analyzer-last-run-with-veeam-basic-backup-and-replication-and-send-results-via-email/canvas" />
</div>
