Report Export¶
The platform supports 3 export formats.
PDF¶
The most popular for CISO / board / compliance.
- Charts, tables, formatting.
- Custom branding (logo, organization colors) — Enterprise.
- Optional executive summary on the first page.
- Digital signature (for compliance use cases) — Enterprise.
How to export: open report → Export → PDF.
DOCX (Microsoft Word)¶
Convenient if you need to edit the report before sending — add comments, context.
- Word styles, tables.
- Chart images embedded as PNG.
- Template can be customized (Enterprise) — e.g., your corporate template with headers and footers.
How to export: Export → DOCX.
CSV¶
For data analysis in Excel / Google Sheets / Pandas.
- One row = one finding.
- Columns: id, severity, source, data_source, title, discovered_at, status, ...
- Suitable for machine processing (e.g., import into your SIEM).
How to export: Export → CSV.
What to include¶
Before export you can configure which columns to include:
- Finding metadata (id, date, severity).
- Technical details (URL, contents, evidence).
- Resolution (who closed, when, comment).
- Custom tags.
Bulk export¶
From the Findings list (not from a report) you can export:
- Selected — check boxes and export.
- All filtered — everything currently shown by the active filters.
Report archive¶
All exported reports are kept in Reports → Archive for 1 year. Can be re-downloaded.
For Enterprise — upload to S3 for longer retention.
API export¶
All reports are available via API:
http
GET /api/v1/reports/{report_id}/export?format=pdf
Authorization: Bearer {your_token}
Details — REST API.