cb0d02ee28f8

latestSwagger 2.02026-08-0484141342.3 KB
Simulation-Latest-Result

# Threats - Objectives - Actions

Includes Threat, Attacker's Objective, Action results for Prevention and Threat, Action results for Detection. Default limit: 10, Default offset: 0 Max limit: 50

get/v1/simulations/{Id}/run/latest/threats

Path parameters

Idinteger required

Simulation ID (URI parameter)

Query parameters

limitinteger
offsetinteger

Response

ThreatResultsReturnSwagger

Example response

{
  "pages": {
    "limit": 20,
    "total_count": 100
  },
  "threats": [
    {
      "detection_analysis": {
        "integrations": [
          {
            "id": 1,
            "product_name": "Crowdstrike"
          }
        ]
      }
    }
  ]
}