Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of all simulation executions for a campaign by its ID.
External DocumentationTo learn more, visit the Adaptive Security documentation.

Parameters

ParameterDescription
Campaign IDThe ID of the phishing campaign. Can be obtained using List Phishing Campaigns action.
Page AfterThe pagination token used to specify the next page of results. Can be obtained from the page_after property from a previous response.
Page SizeThe maximum number of results to return per page.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"simulations": [
		{
			"simulation_id": "e9a7f2d1-9999-8888-7777-9ac3",
			"campaign_id": "3d65f3b0-aaaa-bbbb-cccc-8c1c",
			"start_date": "2025-09-10T13:19:13.402Z",
			"end_date": "2025-10-10T13:19:13.402Z",
			"status": "SCHEDULED",
			"distribution_interval": "TWO_WEEKS",
			"scenarios": [
				{
					"scenario_id": "s-google-456",
					"name": "Google Account Compromise",
					"sender": "Google",
					"difficulty": "EASY",
					"spoofPageType": "LOGIN_SPOOF_PAGE",
					"channel": "EMAIL",
					"attackVector": "LINK_CLICKED"
				}
			]
		}
	],
	"page_after": "e9a7f2d1-9999-8888-7777-9ac3"
}

Workflow Library Example

List Campaign Simulations with Adaptive Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop