---
title: "searchReviews"
method: POST
path: "/reviews"
tags: ["Reviews"]
---

# searchReviews

`POST /reviews`

## Headers

- `clientId` string, required
- `X-Correlation-ID` string

## Request body

- ReviewQuery
  - `limit` integer
  - `offset` integer
  - `sort` ReviewSort
    - `field` string
    - `direction` string
  - `fields` string[]
  - `filters` ReviewFilters
    - `brandId` string[]
    - `categoryId` string[]
    - `contentCodes` string[]
    - `displayLocale` string[]
    - `legacyInternalId` string[]
    - `moderationStatusGroup` string[]
    - `moderationStatus` string[]
    - `productId` string[]
    - `activeProduct` boolean
    - `productName` string[]
    - `rating` integer[]
    - `ratingsOnly` boolean
    - `productAttributes` object
    - `globalSearch` string
    - `submissionTime` TimeRange
      - `from` string
      - `to` string
    - `moderationTime` TimeRange
      - `from` string
      - `to` string
    - `withClientResponse` boolean
    - `hasPhoto` boolean
    - `hasVideo` boolean
    - `includeNetwork` boolean
    - `featured` boolean
    - `campaignId` string[]
    - `contributorExternalId` string[]

## Response `200`

OK

## Other responses

- `400` — Invalid request body, or missing clientId header
- `500` — Unexpected internal error

---

[API](https://skmtc.dev/bazaarvoice/apis/content-search-api-charon.md) · [All operations](https://skmtc.dev/bazaarvoice/apis/content-search-api-charon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bazaarvoice/content-search-api-charon/revisions/6f45fceeafd7/schema)
