Data Exports
Export your DMARC data for offline analysis, compliance reporting, or integration with other tools. Available on Plus plan and above.
Plus Plan Feature
Data exports are available on Plus, Professional, Enterprise, and MSP plans.Upgrade your plan to access this feature.
Available Exports
DMARC Reports (CSV)
Export aggregate report data including sending sources, authentication results, and volume statistics.
Plus+Forensic Reports (CSV)
Export individual failure report data for detailed analysis of authentication failures.
Professional+Sending Sources (CSV)
Export a list of all sending sources with their IP addresses, hostnames, and authentication status.
Plus+Domain Summary (CSV)
Export domain configuration and statistics including DNS records, pass rates, and volume metrics.
Plus+How to Export Data
Navigate to Exports
From your dashboard, go to Reports → Exports or click the export button on any data table.
Select Date Range
Choose the time period for your export. You can select predefined ranges (last 7 days, 30 days, etc.) or specify custom dates.
Apply Filters (Optional)
Filter by domain, authentication result, or other criteria to export only the data you need.
Download CSV
Click Export CSV to download your data. Large exports may take a moment to generate.
Export Options
Date Range Selection
- Last 7 days
- Last 30 days
- Last 90 days
- Custom date range
Filter Options
- By domain
- By authentication result (pass/fail)
- By sending source
- By reporter (Gmail, Yahoo, etc.)
CSV Format
All exports are in standard CSV format, compatible with Excel, Google Sheets, and other spreadsheet applications.
date,domain,source_ip,hostname,spf_result,dkim_result,dmarc_result,volume
2024-01-15,example.com,192.168.1.1,mail.provider.com,pass,pass,pass,1250
2024-01-15,example.com,10.0.0.5,unknown,fail,none,fail,47
...Data Retention by Plan
The date range available for exports depends on your plan's data retention period:
Automated Exports via API
For programmatic access, use the DDMARC API to export data automatically:
GET /api/v1/reports/export?format=csv&start_date=2024-01-01&end_date=2024-01-31See the Reports API documentation for more details.
Common Use Cases
Compliance Reporting
Generate reports for security audits and compliance requirements
Data Analysis
Import into BI tools for advanced analytics and visualization
Backup & Archival
Keep offline copies of your DMARC data for long-term storage
Integration
Feed data into SIEM systems or custom dashboards