---
title: "Get simulation execution details"
method: GET
path: "/v2/phishing/simulations/{simulationId}"
tags: ["Phishing"]
---

# Get simulation execution details

`GET /v2/phishing/simulations/{simulationId}`

Retrieve detailed information about a specific simulation execution

## Path parameters

- `simulationId` string, required

## Response `200`

Successfully retrieved simulation execution details

- PhishingSimulationDto — Detailed phishing simulation execution information
  - `campaign_id` string — Campaign identifier
  - `distribution_interval` 'ALL_AT_ONCE' | 'DAY' | 'WEEK' | 'TWO_WEEKS' | 'MONTH' | 'THREE_MONTHS' — Interval between scenario distributions for this simulation
  - `end_date` string, date-time — End date of this simulation execution
  - `scenarios` PhishingCampaignScenarioDto[] — Scenarios snapshot for this specific simulation execution
    - `attack_vector` 'LINK_CLICKED' | 'TEXT_REPLIED' | 'PHONE_NUMBER_CALLED' — User action for the scenario
    - `channel` 'EMAIL' | 'TEXT' | 'INBOUND_PHONE_CALL' — Notification channel for the scenario
    - `difficulty` 'EASY' | 'MEDIUM' | 'HARD' — Difficulty level of the scenario
    - `name` string — Name of the phishing scenario
    - `scenario_id` string — Unique identifier for the scenario
    - `sender` string — Sender of the phishing email
    - `spoof_page_type` 'LOGIN_SPOOF_PAGE' | 'DEEPFAKE_SPOOF_PAGE' — Spoof page type for the scenario
  - `simulation_id` string — Unique identifier for the simulation execution
  - `start_date` string, date-time — Start date of this simulation execution
  - `status` 'DRAFT' | 'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'PAUSED' — Current status of this simulation execution

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `404` — Simulation execution not found
- `500` — Internal server error

---

[API](https://skmtc.dev/adaptivesecurity/apis/adaptive-api.md) · [All operations](https://skmtc.dev/adaptivesecurity/apis/adaptive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adaptivesecurity/adaptive-api/revisions/aaa99c15ecc7/schema)
