---
title: "List comments"
method: GET
path: "/comments/"
---

# List comments

`GET /comments/`

## Query parameters

- `comment_board_id` string, required
- `thread_comment_id` string
- `parent_comment_id` string
- `ordering` 'created_at' | '-created_at' | 'reaction_count' | '-reaction_count' | 'reply_count' | '-reply_count' | 'trending_score' | 'relationship' | '-relationship'
- `replied_since` string
- `replied_until` string
- `top_level` boolean
- `is_reply` boolean
- `is_reported` boolean
- `is_deleted` boolean
- `without_deleted_thread` boolean
- `since` string, date
- `until` string, date
- `reaction_id` string
- `attributes` string
- `relationship_type` string
- `relationship_from_profile_id` string
- `mentioned_profile_id` string
- `trending_score_gte` number
- `trending_score_lte` number
- `is_high_quality` boolean
- `per_board_limit` number
- `ordering_relationship_type` string

## Response `200`

200

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