Skip to main content
This page covers the Dashboard CSV export. For programmatic access, use the Metrics Data API (Enterprise plan required).

How to export

  1. Navigate to Dashboard > Data Export
  2. Select the required date range:
    • Last 7 days
    • Last 30 days
    • Last 90 days
    • Custom range (within the last 1 year)
  3. Click the Export button
  4. The CSV file downloads automatically

Exported fields

The CSV includes the following fields for each PR:
Severity and category data is only available for pull requests reviewed on or after October 10, 2025. Earlier pull requests will have empty values for these fields.
For more details on how these metrics are calculated, see Dashboard Metrics.

CSV format

The exported file uses standard CSV formatting:
  • UTF-8 encoding
  • Comma-separated values
  • ISO 8601 timestamps (UTC)
  • Empty values for null fields

Limits

If your export exceeds 10,000 rows, you’ll see a warning that data has been truncated. To get complete data:
  • Reduce the date range
  • Use the Metrics Data API for larger exports (Enterprise plan required)