External DocumentationTo learn more, visit the SafeBreach documentation.
Parameters
Example Output
Workflow Library Example
List Insights with Safebreach and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Attackers nodes IDs | A pipe-separated list of attackers nodes IDs to filter insights by. |
| Plan Run IDs | A pipe-separated list of plan run IDs to filter insights by. |
| Target Nodes IDs | A pipe-separated list of target nodes IDs to filter insights by. |
| Type | The type of insights to return. |
[
{
"id": "<integer>",
"accountId": "<integer>",
"name": "<string>",
"priority": "<integer>",
"title": "<string>",
"category": "<string>",
"attacker": "<string>",
"isExternal": "<boolean>",
"target": "<string>",
"isCritical": "<boolean>",
"isEnabled": "<boolean>",
"criteria": "<string>",
"remediation": "<string>",
"attackTypes": "<string>",
"attackPhases": "<string>",
"nonBlockedSimulations": "<integer>",
"threatActors": [
"<string>",
"<string>"
]
},
{
"id": "<integer>",
"accountId": "<integer>",
"name": "<string>",
"priority": "<integer>",
"title": "<string>",
"category": "<string>",
"attacker": "<string>",
"isExternal": "<boolean>",
"target": "<string>",
"isCritical": "<boolean>",
"isEnabled": "<boolean>",
"criteria": "<string>",
"remediation": "<string>",
"attackTypes": "<string>",
"attackPhases": "<string>",
"nonBlockedSimulations": "<integer>",
"threatActors": [
"<string>",
"<string>"
]
}
]
Was this page helpful?