Exports & proof bundles
CSV exports, replay artifacts, and proof bundles produce the handoff artifacts you need to triage outside the dashboard.
Run CSV
Exports the persisted findings for a single owned scan run.
GET /api/scan-runs/{id}/csvBacklog CSV
Exports the filtered findings backlog for the signed-in user — same filters as the Findings surface.
GET /api/security-findings/exportReplay artifacts
Returns the latest replay artifact for a finding when one exists.
GET /api/security-findings/{id}/replayProof bundle
Packages identity, location, replay data, proof-of-concept variants, and expected behavior into a single bundle. Useful for handing off to engineering or filing an issue.
GET /api/security-findings/{id}/bundle| Artifact | Endpoint | What it contains |
|---|---|---|
| Run CSV | /api/scan-runs/{id}/csv | One row per finding for one owned scan run. |
| Backlog CSV | /api/security-findings/export | Filtered backlog for the signed-in user. |
| Replay | /api/security-findings/{id}/replay | Latest replay artifact for one finding. |
| Bundle | /api/security-findings/{id}/bundle | Identity, location, replay, PoC, expected behavior. |