> ## 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 Endpoint Security Overview

Retrieve the latest endpoint security report results by the environment ID.

<Note>
  External Documentation

  To learn more, visit the [Cymulate documentation](https://api.app.cymulate.com/docs/#/operations/Get%20Endpoint%20Gateway%20Assessment%20Status).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                         |
  | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Environment ID | The ID of the environment.<br /><br />**Note:** If an ID is not provided, the action will return latest report results for the default environment. |
</div>

## Example Output

```json theme={"dark"}
{
	"success": true,
	"cymulate": true,
	"data": {
		"Score": 14,
		"Ratio": {
			"Penetrated": 2300,
			"Total": 4893,
			"Percent": 47
		},
		"Most_Vulnerable_Attack_Type": "N/A",
		"Least_Vulnerable_Attack_Type": "N/A",
		"Most_Vulnerable_Attack_Type_Steps": "Worm",
		"Least_Vulnerable_Attack_Type_Steps": "Trojan",
		"Environment": "Default Environment",
		"ID": "abc4d8f3cdde1234a56789ef",
		"Assessment_start_date": "2025-07-14T17:00:54.897Z",
		"Assessment_end_date": "2025-07-15T12:24:46.192Z",
		"Assessment_duration": "19 hours, 23 minutes and 51 seconds",
		"Comment": ""
	}
}
```

## Workflow Library Example

[Get Endpoint Security Overview with Cymulate and Send Results Via Email](https://library.blinkops.com/workflows/get-endpoint-security-overview-with-cymulate-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-endpoint-security-overview-with-cymulate-and-send-results-via-email/canvas" />
</div>
