# Simulation Result Report Download Url

Get download url for a simulation result report by id

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Path Params
uint64
required

Report ID (URI parameter)

uint64
required

Simulation ID (URI parameter)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json