External DocumentationTo learn more, visit the Adaptive Security documentation.
Actions
Get Phishing Simulation
Retrieve a simulation execution by its 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 |
|---|---|
| Simulation ID | The simulation execution ID. Can be obtained using List Campaign Simulations action. |
{
"simulation_id": "c18f4e0b-5678-9abc-def0-123456789abc",
"campaign_id": "3d65f3b0-aaaa-bbbb-cccc-8c1c",
"start_date": "2025-08-10T13:19:13.402Z",
"end_date": "2025-09-10T13:19:13.402Z",
"status": "IN_PROGRESS",
"distribution_interval": "TWO_WEEKS",
"scenarios": [
{
"scenario_id": "s-zoom-123",
"name": "Zoom Deepfake",
"sender": "Zoom",
"difficulty": "Hard",
"spoofPageType": "DEEPFAKE_SPOOF_PAGE",
"channel": "EMAIL",
"attackVector": "LINK_CLICKED"
}
]
}
Was this page helpful?