v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Reports

Export Code Project Compliance report asynchronously (Code - SAST)

post/api/v3.0/projects/{projectUuid}/code/reports/compliance

Path parameters

projectUuidstring required

UUID of the project

Request body

namestring
format'json' | 'html' | 'unknown' | 'xml' | 'excel' | 'yaml' | 'pdf' | 'tv' | 'rdf' | 'csv' | 'sarif' | 'text'
sendEmailNotificationboolean
labelsUuidListstring[]

List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value "string" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report.

excludeInactiveProjectsboolean
complianceStandardstring
reportLevelstring
descriptionstring

Example request

{
  "labelsUuidList": []
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}