---
title: "Get attack analysis"
method: GET
path: "/pentests/issues/{issue_id}/attackAnalysis"
---

# Get attack analysis

`GET /pentests/issues/{issue_id}/attackAnalysis`

Get attack analysis for a specific pentest issue

## Path parameters

- `issue_id` integer, required

## Response `200`

Attack analysis

- object
  - `title` string — The title of the pentest issue
  - `summary` string — A short summary of the attack analysis
  - `description` string — A detailed description of the attack analysis
  - `risk` string — The risk of the attack analysis
  - `reproduction_steps` object[] — The reproduction steps of the attack analysis
    - `code_block` string — The optional code block related to the reproduction step
    - `observed_result` string — The observed result of the reproduction step
    - `step_info` string — The reproduction step description
  - `remediation` unknown[] — The remediation of the attack analysis
    - unknown
  - `root_cause_analysis` string — The root cause analysis of the attack analysis

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
