---
title: "Get List of comment reports"
method: GET
path: "/comment-reports/"
---

# Get List of comment reports

`GET /comment-reports/`

## Query parameters

- `report_status` string
- `client_id` string, required
- `comment_id` string
- `comment_board_id` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `url` string
    - `reported_by_id` string
    - `comment_id` string
    - `comment` object
      - `id` string
      - `url` string
      - `comment_board_id` string
      - `parent_comment_id` unknown
      - `thread_comment_id` string
      - `text` string
      - `comment_depth` integer
      - `custom_data` unknown
      - `author_id` string
      - `is_deleted` boolean
      - `deleted_by` unknown
      - `created_at` string
      - `deleted_at` unknown
      - `replies_url` string
      - `is_reported` boolean
      - `comment_reports_count` integer
      - `dismiss_reported_comment_url` string
    - `description` string
    - `report_status` string
    - `comment_board_id` string
    - `reported_at` 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)
