Skip to main content

Export a project's findings across all its assessments (SARIF/JSON/CSV/VEX)

GET 

/api/v1/projects/:project_id/findings/export

Stream a project's findings (across all its assessments) as a download.

The continuous-project variant of the per-assessment export — feeds a scheduled upload job or a single-pane dashboard for the whole project. False positives are dropped by default; finding_ids narrows to a hand-picked selection.

  • Scope required: findings:export.
  • Org-scoped; per-assessment RBAC filters the rollup.

Request

Responses

Project findings serialized in the requested format.