---
title: "GetMessageFeedBackList"
method: GET
path: "/api/v1/conversation/message/list"
tags: ["Message"]
---

# GetMessageFeedBackList

`GET /api/v1/conversation/message/list`

GetMessageFeedBackList

## Query parameters

- `kb_id` string, required
- `page` integer, required
- `per_page` integer, required

## Response `200`

MessageList

- object
  - `code` integer
  - `data` DomainPaginatedResultArrayDomainConversationMessageListItem
    - `data` DomainConversationMessageListItem[]
      - `app_id` string
      - `app_type` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
      - `conversation_id` string
      - `conversation_info` DomainConversationInfo
        - `user_info` DomainUserInfo
          - `auth_user_id` integer
          - `avatar` string — avatar
          - `email` string
          - `from` 1 | 2
          - `name` string
          - `real_name` string
          - `user_id` string
      - `created_at` string
      - `id` string
      - `info` DomainFeedBackInfo
        - `feedback_content` string
        - `feedback_type` string
        - `score` 1 | -1
      - `ip_address` DomainIPAddress
        - `city` string
        - `country` string
        - `ip` string
        - `province` string
      - `question` string
      - `remote_ip` string — stats
    - `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)
