External DocumentationTo learn more, visit the Adaptive Security documentation.
Actions
List Campaign Simulations
Retrieve a list of all simulation executions for a campaign 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 |
|---|---|
| Campaign ID | The ID of the phishing campaign. Can be obtained using List Phishing Campaigns action. |
| Page After | The pagination token used to specify the next page of results. Can be obtained from the page_after property from a previous response. |
| Page Size | The maximum number of results to return per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"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"
}
Was this page helpful?