External DocumentationTo learn more, visit the SafeBreach documentation.
Parameters
Example Output
Workflow Library Example
Get Simulation Stats 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 |
|---|---|
| Plan Run IDs | A pipe-separated list of plan run IDs to filter insights by. |
{
"results": [
{
"attackerNodeId": "<integer>",
"targetNodeId": "<integer>",
"packageId": "<integer>",
"count": "<integer>"
},
{
"attackerNodeId": "<integer>",
"targetNodeId": "<integer>",
"packageId": "<integer>",
"count": "<integer>"
}
]
}
Was this page helpful?