> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tailoredd.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentiment filter

> Filter reviews by positive, neutral, or negative NLP sentiment label and surface score plus confidence data on Growth and Enterprise plans.

Add `sentiment=positive|neutral|negative` to `GET {BASE_URL}/reviews`.

<Warning>Growth/Enterprise only. NLP is capped at 3,000 characters per review.</Warning>

Each review in the response includes:

```json theme={null}
{ "sentiment": { "label": "positive", "score": 0.92, "confidence": 0.87 } }
```
