---
title: "Get Feedback Stats"
method: GET
path: "/v1/shops/{shopId}/feedbacks/stats"
tags: ["Feedbacks"]
---

# Get Feedback Stats

`GET /v1/shops/{shopId}/feedbacks/stats`

Retrieves feedback statistics for a shop.

## Request body

- object
  - `created_at_start` string — Must be a valid date.
  - `created_at_end` string — Must be a valid date.

## Response `200`

- object
  - `total` integer
  - `published` integer
  - `pending_disputes` integer
  - `replied` integer
  - `automatic` integer
  - `reply_rate` integer
  - `average_rating` integer
  - `by_rating` object
    - `1` integer
    - `2` integer
    - `3` integer
    - `4` integer
    - `5` integer

---

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