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

# get public topic attachments

`GET /api/topics/:topicId/attachments`

returns all attachments of the public topic

## Path parameters

- `topicId` string, required

## Response `200`

Returns attachments list

- object
  - `status` object
    - `code` integer
  - `data` object
    - `count` integer — attachments count
    - `rows` Attachment[]
      - `name` string
      - `type` string
      - `size` integer
      - `source` string
      - `creatorId` string
      - `link` string

---

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