---
title: "Download Report Analytics data using API"
slug: "downloading-report-analytics-data-using-api"
updated: 2024-08-27T03:57:01Z
published: 2024-08-27T03:57:01Z
---

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

# Download Report Analytics data using API

Whatfix Report APIs can be used to download Reports analytics data in CSV format.

          your title goes here

          

Different browsers and extensions can be used to perform the following task. In this article, Google Chrome browser with ModHeader extension is used as an example.

Use the following steps to download the data using API:

1. Install the extension - [ModHeader](https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj?hl=en) from the Chrome Store. ![download_modheader](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/download_modheader.png)
2. Open the extension and enter the header **x-whatfix-integration-key** and its **Value**. ![integration_key_csv_report_api](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/integration_key_csv_report_api.png)

          your title goes here

          

The integration key value is your User API token. To get your API token, see [Generate the API token](/studio/docs/generating-the-api-token).

1. On the top right, click the **+** icon. ![click_plus_icon_modheader](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/click_plus_icon_modheader.png)
2. Select **Request header**. ![req_header](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/req_header.png)
3. Enter the next header **x-whatfix-user** and its value. The value is your Whatfix email address. ![whatix_user_header_value](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/whatix_user_header_value.png)

          your title goes here

          

  - Ensure that the extension is not paused.
  - If you're using multiple profiles, then ensure that you're using the correct profile.
4. Go to the [Whatfix Reports API](https://developer.whatfix.com/#tag/Summary-Reports).
5. Click **GET** on the top right and copy the URL: https://whatfix.com/api/v1/{accountId}/reports/summary/mostPopularFlows ![developer_api](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/developer_api.png)
6. Construct the URL to get the report.

          your title goes here

          

To get your Account ID, contact [support@whatfix.com.](mailto:support@whatfix.com?Subject=Get%20my%20Account%20ID&amp;Body=Hello%20Team%2C%0A%0ARequesting%20you%20to%20kindly%20give%20me%20my%20Account%20ID.%20%0A%0A%0AThanks%20and%20regards.)
  - Replace {accountId} with your Account ID value - https://whatfix.com/api/v1/**XXXxXxXx-XXXx-XxXX-XXXX-XXXxxxXxxX**/reports/summary/mostPopularFlows
  - Add the format parameter at the end - https://whatfix.com/api/v1/XXXxXxXx-XXXx-XxXX-XXXX-XXXxxxXxxX/reports/summary/mostPopularFlows**?format=csv**  

![final_url_explain](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/final_url_explain.png)
7. Copy and paste the final URL in a new tab and click Enter.

          your title goes here

          

The CSV file is downloaded. ![csv_Report_download_api](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/csv_Report_download_api.png)
