---
title: "Get comment counts"
method: GET
path: "/comment-counts/"
---

# Get comment counts

`GET /comment-counts/`

Get the count of comments in one or more comment boards

## Query parameters

- `comment_board_id` string, required
- `relationship_type` string
- `relationship_from_profile_id` string

## Response `200`

200

- object
  - `comment_counts` object[]
    - `comment_board_id` string
    - `top_level_comments_count` integer
    - `comments_count` integer

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