---
title: "list user quick reply"
method: GET
path: "/user/quick_reply"
tags: ["user_quick_reply"]
---

# list user quick reply

`GET /user/quick_reply`

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` ModelUserQuickReply[]
      - `content` string
      - `created_at` integer
      - `id` integer
      - `index` integer
      - `name` string
      - `updated_at` integer
      - `user_id` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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