---
title: "# Simulation Result Report Detail"
method: GET
path: "/v2/simulations/{Id}/results/reports/{ReportId}"
tags: ["Simulation-Result-Reports"]
---

# # Simulation Result Report Detail

`GET /v2/simulations/{Id}/results/reports/{ReportId}`

Get details for simulation result report by report id

## Path parameters

- `ReportId` integer, required
- `Id` integer, required

## Response `200`

SimulationReportDetailResponse

- object
  - `format` string — Report Format. One of: 'PDF' | 'CSV'
  - `id` integer — Report Id
  - `includesSensitiveData` boolean — Displays threat information with access links if false (Only for CSV reports)
  - `isPreventionOnly` boolean — True if report content includes only prevention results (not detection results)
  - `name` string — Report Name
  - `status` string — Report Status. One of: 'IN PROGRESS' | 'COMPLETED' | 'ERROR'

## Other responses

- `401` — unauthorizedErrorSwagger is represents unauthorized error
- `404` — notFoundErrorSwagger represents not found error
- `default` — genericErrorSwagger is represents the erroneous cases

---

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