v1
latestSwagger 2.02026-08-0484141342.3 KBSimulation-Result-Reports
# Generate Simulation Report
Generates a report for the specified simulation. The report can either provide an overview or focus on a specific run of the simulation, depending on the parameters.
post/v2/simulations/{Id}/results/reports
Path parameters
Idinteger required
Simulation ID
Query parameters
typestring required
Type of the report. One of: 'run' | 'overview'
runIdstring
Id of the run or 'latest'. Required if type is 'run'
Request body
Example request
{
"format": [
"PDF"
]
}Response
GenerateSimulationReportResponse
Example response
[
{
"format": "PDF",
"id": 1,
"status": "COMPLETED"
}
]