Skip to main content

Export an assessment's findings (SARIF / JSON / CSV / VEX)

GET 

/api/v1/assessments/:assessment_id/findings/export

Stream an assessment's findings as a downloadable SARIF/JSON/CSV file.

Serialized directly from the persisted Finding rows (no runner round-trip). Reuses the severity/status filters from the findings list so a customer can export "open + confirmed, high and above" — the SARIF that would gate a PR in GitHub code scanning. finding_ids narrows to a hand-picked selection; false positives are dropped by default.

  • Scope required: findings:export.
  • Org-scoped + assessment-level RBAC, same as the findings list.
  • Content-Disposition: attachment so browsers trigger a save.

Request

Responses

Findings serialized in the requested format.