> ## Documentation Index
> Fetch the complete documentation index at: https://checklyhq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reporting Results with Checkly

> Analyze check performance and export monitoring data with Checkly reporting dashboard

The reporting dashboard provides comprehensive insights into your monitoring performance, including response times, success ratios, and trends across all your checks. Export data for further analysis or create reports for stakeholders.

<img src="https://mintcdn.com/checkly-422f444a/y0uv0mm_P84z_Jj5/images/docs/images/reporting/dashboard.png?fit=max&auto=format&n=y0uv0mm_P84z_Jj5&q=85&s=7bfe8db4e17775376bd45d390d409e89" alt="Reporting Dashboard" width="1366" height="768" data-path="images/docs/images/reporting/dashboard.png" />

## Dashboard Overview

The reporting dashboard displays your first 15 checks with key performance metrics at a glance. Use this view to:

* Quickly identify underperforming checks
* Monitor trends across your monitoring infrastructure
* Compare performance between different check types
* Spot patterns in success ratios and response times

## Filtering and Sorting

Customize your view using the toolbar filters and sorting options:

<AccordionGroup>
  <Accordion title="Date Range">
    Select the time period for your analysis. The dashboard adjusts data granularity automatically based on your selection.
  </Accordion>

  <Accordion title="Check Filters">
    Filter by:

    * **Check Type**: API, Browser, or Multistep checks
    * **Check Tags**: Filter by tags applied to individual checks
    * **Check Group Tags**: Filter by tags applied to check groups
  </Accordion>

  <Accordion title="Sorting Options">
    Sort your results by:

    * **Name**: Alphabetical order (ASC/DESC)
    * **Check Type**: Group similar check types together (ASC/DESC)
  </Accordion>
</AccordionGroup>

## Performance Graphs

Click any check to view detailed performance graphs showing response times and success ratios over your selected time period.

<img src="https://mintcdn.com/checkly-422f444a/y0uv0mm_P84z_Jj5/images/docs/images/reporting/dashboard-graph.png?fit=max&auto=format&n=y0uv0mm_P84z_Jj5&q=85&s=b50755fb8967e3dbf6325571bc95356f" alt="Reporting Dashboard Graphs" width="1100" height="291" data-path="images/docs/images/reporting/dashboard-graph.png" />

### Graph Features

**Response Time Metrics**: Toggle between average, P95, and P99 response times using the metric pills beside the graph.

**Success Ratio**: Track the percentage of successful check runs over time.

**Dynamic Granularity**: Data grouping adjusts automatically based on your date range:

| Date Range       | Data Grouping |
| ---------------- | ------------- |
| Up to 2 weeks    | Hourly        |
| Up to 6 months   | Daily         |
| Up to 24 months  | Weekly        |
| Up to 48 months  | Monthly       |
| Beyond 48 months | Yearly        |

## Data Export

Export your monitoring data for external analysis, reporting, or archival purposes.

### CSV Export Process

<Steps>
  <Step title="Select Date Range">
    Choose the time period for your export using the date range picker.
  </Step>

  <Step title="Apply Filters">
    Use check type, tags, and other filters to narrow your dataset if needed.
  </Step>

  <Step title="Download">
    Click **Download as CSV** in the toolbar to generate your export file.
  </Step>
</Steps>

### Export Data Fields

The CSV export includes the following columns:

| Field                   | Description                     |
| ----------------------- | ------------------------------- |
| Name                    | Check name for identification   |
| Check ID                | Unique identifier for the check |
| Check Type              | API, Browser, or Multistep      |
| Success Ratio           | Percentage of successful runs   |
| Response Time (Average) | Mean response time              |
| Response Time (P95)     | 95th percentile response time   |
| Response Time (P99)     | 99th percentile response time   |
| Check Tags              | Applied tags for categorization |

<Note>
  All statistics are calculated based on your selected date range. The default range is "Last 24 Hours".
</Note>

## Best Practices

* **Regular exports**: Schedule periodic data exports for long-term trend analysis
* **Filter strategically**: Use tags and groups to create focused reports for different teams
* **Monitor P95/P99**: Don't rely only on averages - percentiles reveal user experience reality
* **Compare periods**: Use date range filtering to compare performance before and after deployments
