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

# Get topic quote messages

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

Resolve a set of content ids to their message bodies + metadata

## Path parameters

- `applicationId` number, required

## Query parameters

- `contentIds` string, required

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object
  - `quotes` object[], required
    - `contentId` string, required
    - `text` string, required
    - `isTranslated` boolean, required
    - `language` union, required
      - string
      - unknown
    - `device` union, required
      - string
      - unknown
    - `country` union, required
      - string
      - unknown
    - `timestamp` 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)
