---
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 — This value is only returned by authorized endpoints
    - `padUrl` string
    - `endsAt` string
    - `pinned` boolean — This value is only returned by authorized endpoints
    - `hashtag` string
    - `createdAt` string
    - `updatedAt` string

## Other responses

- `404` — The specified resource was not found

---

[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)
