Create a project-level vulnerability export
Creates a vulnerability export for a project. Returns status code 403 if the authenticated user does not have permission to create a vulnerability.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body
Section titled “ Request Body ”object
Format of the generated report
If true, sends an email notification to the requesting user when the export completes.
An object that contains report components mapped to frontend data assets.
Some report formats support embedding UI components from the UI. For example, users can apply certain filters in the web UI, and export the component to a PDF. The SVG is provided from the frontend in the report data field.
Unsupported keys are discarded. If the data doesn’t fit the component it is keyed to, the component is ignored and an error is logged.
object
This object should include an SVG asset to be rendered in PDF reports
object
This object should include an SVG asset to be rendered in PDF reports
object
Data for rendering the project grades summary in PDF reports
object
Data for rendering the total risk score in PDF reports
object
Data for rendering the open vulnerabilities over time in PDF reports
object
Data for rendering the vulnerabilities by age in PDF reports
object
Data for rendering the vulnerabilities by severity count in PDF reports
object
object
Number of vulnerabilities
Median age in days
Severity color hex code
object
Number of vulnerabilities
Median age in days
Severity color hex code
object
Number of vulnerabilities
Median age in days
Severity color hex code
object
Number of vulnerabilities
Median age in days
Severity color hex code
object
Number of vulnerabilities
Median age in days
Severity color hex code
object
Number of vulnerabilities
Median age in days
Severity color hex code
The type of vulnerability grouping this report is being created for
The full path of the vulnerable
Responses
Section titled “ Responses ”Created
object
object
Example generated
{ "id": 1, "created_at": "2026-04-15T12:00:00Z", "project_id": 1, "group_id": 1, "format": "example", "status": "example", "started_at": "2026-04-15T12:00:00Z", "finished_at": "2026-04-15T12:00:00Z", "send_email": true, "expires_at": "2026-04-15T12:00:00Z", "_links": {}}Bad Request
Not Found