---
title: "list notify message"
method: GET
path: "/user/notify/list"
tags: ["user"]
---

# list notify message

`GET /user/notify/list`

## Query parameters

- `page` integer
- `read` boolean
- `size` integer

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` ModelMessageNotify[]
      - `created_at` integer
      - `discuss_id` integer
      - `discuss_title` string
      - `discuss_uuid` string
      - `discussion_type` 'qa' | 'feedback' | 'blog' | 'issue'
      - `forum_id` integer
      - `from_bot` boolean
      - `from_id` integer
      - `from_name` string
      - `id` integer
      - `parent_comment` string
      - `read` boolean
      - `review_id` integer
      - `review_status` integer
      - `review_type` integer
      - `to_bot` boolean
      - `to_id` integer
      - `to_name` string
      - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15
      - `updated_at` integer
      - `user_id` integer — 通知到谁，除了发给机器人的信息，user_id 与 to_id 相同
      - `user_point` 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/29abcc05d9fd/schema)
