---
title: "list forums"
method: GET
path: "/forum"
tags: ["forum"]
---

# list forums

`GET /forum`

## Response `200`

OK

- object
  - `data` SvcForumRes[]
    - `blog_ids` integer[]
    - `blogs` SvcForumBlog[]
      - `id` integer
      - `title` string
    - `groups` ModelJSONBArrayModelForumGroups
    - `id` integer
    - `index` integer
    - `links` ModelJSONBModelForumLinks
    - `name` string, required
    - `route_name` string
    - `tag_enabled` boolean
    - `tag_ids` integer[]
    - `tags` SvcForumTag[]
      - `count` integer
      - `id` integer
      - `name` string
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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