---
title: "Fetch an analytics export"
method: GET
path: "/analytics/exports/{export_id}"
tags: ["Analytics"]
---

# Fetch an analytics export

`GET /analytics/exports/{export_id}`

Fetch an analytics exports. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics.

Required scope: `analytics:read`

## Path parameters

- `export_id` string, required

## Response `200`

An analytics export.

- AnalyticsExportResponse
  - `_links` object, required
    - `self` string — Link to analytics export
  - `id` string, required — The public ID of the analytics export
  - `status` 'running' | 'done' | 'too_big' | 'failed', required — Status of the analytics
  - `progress` integer, required — Number ranging from 0 to 100 corresponding to the percentage of the analytics processed.
  - `url` string — The URL from which the export data can be downloaded. Only displays after you make a GET request to the link included in the POST response.
  - `filename` string — The filename of the export with extension included. Only displays after you make a GET request to the link included in the POST response.
  - `size` number, nullable — Size (in bytes) of the export data. Only displays after you make a GET request to the link included in the POST response.
  - `created_at` number — Timestamp (in seconds) at which the export was requested.
  - `filters` union, required — Resources to compute the analytics for. Defaults to all.
    - TagIds
      - `tag_ids` ResourceID[], required
    - TeammateIds
      - `teammate_ids` ResourceID[], required
    - ChannelIds
      - `channel_ids` ResourceID[], required
    - InboxIds
      - `inbox_ids` ResourceID[], required
    - TeamIds
      - `team_ids` ResourceID[], required
    - AccountIds
      - `account_ids` ResourceID[], required

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
