Skip to main content
Retrieve a simulation execution by its ID.
External DocumentationTo learn more, visit the Adaptive Security documentation.

Parameters

ParameterDescription
Simulation IDThe simulation execution ID. Can be obtained using List Campaign Simulations action.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

Get Phishing Simulation with Adaptive Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop