Skip to main content
GET
Export findings for a scan
Returns every approved finding for a scan in one of three formats. Unlike List scan findings, this endpoint is not paginated; all findings are returned in a single response.
Scope required: read

format=json

Returns a JSON array of finding objects, each matching the schema described in List findings.

format=csv

Returns a CSV document with one row per finding and a header row. Intended for spreadsheets, BI tools, and ad‑hoc review.

format=sarif

Returns a SARIF 2.1.0 document. SARIF is consumed by GitHub code scanning, Azure DevOps, and most IDE security plugins; use this format to integrate Hacktron findings into existing security tooling.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Query Parameters

format
enum<string>
required

Export format

Available options:
json,
csv,
sarif

Response

200 - undefined