Skip to main content
POST
Generate report for a manual selection of projects

Path Parameters

organizationId
string
required
reportType
enum<string>
required

Type of report to generate

Available options:
owasp,
cwe
format
enum<string>
required

Output format

Available options:
json,
html,
pdf

Body

application/json
projectIds
string[]
required

List of project IDs to include in the report

Example:
detailed
boolean
default:true

Generate detailed report with full vulnerability descriptions

Example:

true

Response

Batch report generated successfully