Reports

Export Unified Findings report for a project asynchronously (Platform)

post/api/v3.0/projects/{projectUuid}/reports/unified-findings

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
projectUuidsstring[]
enginestring[]

Engines to include. Omit or pass an empty array to include every engine.

findingCategorystring[]

Finding categories to include. Omit or pass an empty array to include every category.

Example request

{
  "labelsUuidList": [],
  "engine": [
    "SCA",
    "SAST"
  ],
  "findingCategory": [
    "Security"
  ]
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}

Changes

Changed in 1 of the 3 revisions of this API.1