---
title: "List sentiment records"
method: GET
path: "/sentiments"
tags: ["Sentiments"]
---

# List sentiment records

`GET /sentiments`

## Query parameters

- `project_id` integer, required
- `competitor_id` integer
- `brand_only` boolean
- `analysis` 'very_positive' | 'positive' | 'neutral' | 'negative' | 'very_negative'
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'ai_overview' | 'ai_mode' | 'copilot' | 'claude' | 'grok' | 'deepseek' | 'meta_ai' | 'amazon_rufus'
- `collection_id` integer
- `country_code` string
- `language_code` string
- `from` string, date-time
- `to` string, date-time
- `page` integer
- `per_page` integer

## Response `200`

Paginated sentiments

## Other responses

- `422` — Invalid parameters

## Changes

- **2026-08-04** `76e879ccde71` — 1 info
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/llmpulse/apis/llm-pulse-api/changes/sentiments/get.md)

---

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