get https://api.picussecurity.com/v2/simulations//results/reports/
Get details for simulation result report by report id
About
This endpoint returns detailed information about a specific report generated before for a simulation result
Example
Get detailed information for the report with id 1 and simulation id 1
curl --request GET \
--url https://api.picussecurity.com/v2/simulations/1/results/reports/1 \
--header 'Authorization: Bearer access_token' \
--header 'accept: application/json'
{
"id": 1,
"status": "COMPLETED",
"format": "CSV",
"isPreventionOnly": false,
"name": "report_name.csv"
}