get https://api.picussecurity.com/v2/simulations//results/reports//download-url
Get download url for a simulation result report by id
About
This endpoint generates and returns a download url for a specific report generated before for a simulation result
Example
Get download url for the report with id 1 and simulation id 1
curl --request GET \
--url https://api.picussecurity.com/v2/simulations/1/results/reports/1/download-url \
--header 'Authorization: Bearer access_token' \
--header 'accept: application/json'
{
"downloadUrl": "downloadUrl"
}