---
title: "Get the total number of reviews based on a filter."
method: GET
path: "/reviews/count"
tags: ["Endpoints"]
---

# Get the total number of reviews based on a filter.

`GET /reviews/count`

This endpoint retrieves count of reviews for a specific channel
The result set can be modified using a set of filters.
Query parameters can be added to the request, separated by `&`.

## Query parameters

- `channels` string[]
- `submittedAfter` string
- `submittedBefore` string
- `rating` integer[]
- `status` string[]
- `type` string[]
- `hasReply` boolean
- `ignoreStatements` boolean
- `query` string
- `sku` string[]

## Headers

- `Authorization` string, required

## Response `200`

The count of reviews for the given channel.

- ChannelReviewCountResponseDto — The count of reviews for a channel.
  - `accountId` string — The account ID
  - `channelList` string[] — The ID of the channels for which the review count will be returned.
  - `totalElements` integer — The amount of reviews of a channel dependant of filter

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/versions/649ef7dac98c/schema)
