---
title: "get conversation list"
method: GET
path: "/api/v1/conversation"
tags: ["conversation"]
---

# get conversation list

`GET /api/v1/conversation`

get conversation list

## Query parameters

- `app_id` string
- `kb_id` string, required
- `page` integer, required
- `per_page` integer, required
- `remote_ip` string
- `subject` string

## Response `200`

OK

- object
  - `code` integer
  - `data` V1ConversationListItems
    - `data` DomainConversationListItem[]
      - `app_name` string
      - `app_type` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
      - `created_at` string
      - `feedback_info` DomainFeedBackInfo
        - `feedback_content` string
        - `feedback_type` string
        - `score` 1 | -1
      - `id` string
      - `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
      - `ip_address` DomainIPAddress
        - `city` string
        - `country` string
        - `ip` string
        - `province` string
      - `remote_ip` string
      - `subject` string
    - `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)
