External DocumentationTo learn more, visit the Cymulate documentation.
Actions
Get Endpoint Security Overview
Retrieve the latest endpoint security report results by the environment ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Environment ID | The ID of the environment. Note: If an ID is not provided, the action will return latest report results for the default environment. |
{
"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": ""
}
}
Was this page helpful?