---
title: "Read (List) public Topic Mentions"
method: GET
path: "/api/topics/:topicId/mentions"
tags: ["mentions"]
---

# Read (List) public Topic Mentions

`GET /api/topics/:topicId/mentions`

Read (List) public Topic Mentions

## Path parameters

- `topicId` string, required

## Response `200`

Returns topic mentions

- object
  - `status` object
    - `code` integer
  - `data` object
    - `count` integer
    - `createdAt` string
    - `hashtag` string
    - `rows` Mention[]
      - `id` union
        - string
        - integer
      - `createdAt` string
      - `creator` object
        - `name` string
        - `profilePictureUrl` string
        - `profileUrl` string
      - `sourceId` string — where mention is loaded from eg. twitter
      - `sourceUrl` string — link to mention
      - `text` string — mentions content

## Changes

> 10 revisions in range; 1 could not be searched.

- **2018-08-20** `3ff54b27e8aa` — 1 info
  - endpoint added
- **2018-08-20** `ba36cd387928` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/topics/:topicId/mentions/get.md)

---

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