---
title: "Get topic insights"
method: GET
path: "/application/{applicationId}/sentiment/topics/insights"
tags: ["Sentiment"]
---

# Get topic insights

`GET /application/{applicationId}/sentiment/topics/insights`

Get top love and hate phrases for a specific topic

## Path parameters

- `applicationId` number, required

## Query parameters

- `displayName` string, required

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object
  - `loves` object[], required
    - `phrase` string, required
    - `count` number, required
    - `contentIds` string[], required
  - `hates` object[], required
    - `phrase` string, required
    - `count` number, required
    - `contentIds` string[], required

---

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