---
title: "Fetch an analytics report"
method: GET
path: "/analytics/reports/{report_uid}"
tags: ["Analytics"]
---

# Fetch an analytics report

`GET /analytics/reports/{report_uid}`

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

Required scope: `analytics:read`

## Path parameters

- `report_uid` string, required

## Response `200`

An analytics report.

- AnalyticsReportResponse
  - `_links` object, required
    - `self` string — Link to analytics job.
  - `uid` string, required — The UID of the analytics report
  - `status` 'running' | 'done' | 'failed', required — Status of the report.
  - `progress` integer, required — Number ranging from 0 to 100 corresponding to the percentage of the analytics processed.
  - `metrics` AnalyticsScalar[], required — The metrics computed for the report.
    - `id` 'avg_csat_survey_response' | 'avg_first_response_time' | 'avg_handle_time' | 'avg_replies_to_resolution' | 'avg_resolution_time' | 'avg_response_time' | 'avg_sla_breach_time' | 'avg_total_reply_time' | 'new_segments_count' | 'num_active_segments_full' | 'num_archived_segments' | 'num_archived_segments_with_reply' | 'num_csat_survey_response' | 'num_messages_received' | 'num_messages_sent' | 'num_sla_breach' | 'pct_csat_survey_satisfaction' | 'pct_resolved_on_first_reply' | 'pct_tagged_conversations' | 'num_closed_segments' | 'num_open_segments_start' | 'num_open_segments_end' | 'num_resolved_segments' | 'num_unresolved_active_segments' | 'num_workload_segments', required
    - `type` 'number' | 'percentage' | 'string' | 'duration' | 'resource', required
    - `value` union, required — The value of a scalar metric.
      - integer
      - string
      - object
        - `label` string
        - `resource` object
          - `id` string, required
          - `_links` object, required
            - `self` string — Link to a resource.

---

[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)
