---
title: "Get the list of comment boards"
method: GET
path: "/comment-boards/"
---

# Get the list of comment boards

`GET /comment-boards/`

## Query parameters

- `client_id` string, required
- `custom_id` string
- `comment_board_id` string
- `search` string

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `url` string
    - `client_id` string
    - `custom_id` string
    - `title` unknown
    - `custom_data` unknown
    - `description` unknown
    - `allow_comments` boolean
    - `replies_depth` integer
    - `comments_url` string
    - `comment_detail_url_template` string
    - `created_by` string
    - `created_at` string
    - `reaction_space_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
