---
title: "Read a public topic"
method: GET
path: "/api/topics/:topicId"
tags: ["topic"]
---

# Read a public topic

`GET /api/topics/:topicId`

Read a public topic

## Path parameters

- `topicId` string, required

## Query parameters

- `include` string

## Response `200`

New topic created successfully

- object
  - `status` object
    - `code` integer
  - `data` Topic
    - `id` string, uuid
    - `title` string, nullable
    - `description` string, html
    - `status` 'inProgress' | 'voting' | 'followUp' | 'closed'
    - `visibility` 'public' | 'private'
    - `categories` string[]
    - `sourcePartnerId` string, uuid
    - `sourcePartnerObjectId` string
    - `creator` object
      - `id` string, uuid
      - `name` string
    - `tokenJoin` string, nullable
    - `padUrl` string
    - `endsAt` string
    - `hashtag` string
    - `createdAt` string
    - `updatedAt` string

## Other responses

- `404` — The specified resource was not found

## Changes

- **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/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/3ff54b27e8aa/schema)
