INFINIVIEW/
DocsFindings & proofExports & bundles

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}/csv

Backlog CSV

Exports the filtered findings backlog for the signed-in user — same filters as the Findings surface.

GET /api/security-findings/export

Replay artifacts

Returns the latest replay artifact for a finding when one exists.

GET /api/security-findings/{id}/replay

Proof 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
ArtifactEndpointWhat it contains
Run CSV/api/scan-runs/{id}/csvOne row per finding for one owned scan run.
Backlog CSV/api/security-findings/exportFiltered backlog for the signed-in user.
Replay/api/security-findings/{id}/replayLatest replay artifact for one finding.
Bundle/api/security-findings/{id}/bundleIdentity, location, replay, PoC, expected behavior.