---
title: "GetCommentModeratedList"
method: GET
path: "/api/v1/comment"
tags: ["comment"]
---

# GetCommentModeratedList

`GET /api/v1/comment`

GetCommentModeratedList

## Query parameters

- `kb_id` string, required
- `page` integer, required
- `per_page` integer, required
- `status` -1 | 0 | 1

## Response `200`

conversationList

- object
  - `code` integer
  - `data` V1CommentLists
    - `data` DomainCommentListItem[]
      - `content` string
      - `created_at` string
      - `id` string
      - `info` DomainCommentInfo
        - `auth_user_id` integer
        - `avatar` string — avatar
        - `email` string
        - `remote_ip` string
        - `user_name` string
      - `ip_address` DomainIPAddress
        - `city` string
        - `country` string
        - `ip` string
        - `province` string
      - `node_id` string
      - `node_name` string — 文档标题
      - `node_type` integer
      - `root_id` string
      - `status` -1 | 0 | 1
    - `total` integer
  - `message` string
  - `success` boolean

---

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