---
title: "list hot quesion item"
method: GET
path: "/admin/rank/hot_question/{hot_question_id}"
tags: ["rank"]
---

# list hot quesion item

`GET /admin/rank/hot_question/{hot_question_id}`

## Path parameters

- `hot_question_id` integer, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` ModelHotQuestion[]
      - `content` string
      - `created_at` integer
      - `discussion_uuid` string
      - `group_id` string
      - `id` integer
      - `rag_id` string
      - `updated_at` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

## Changes

- **2026-03-04** `33395ebd823b` — 1 info
  - endpoint added
- **2025-12-26** `4207addadff2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/koalaqa-api/changes/admin/rank/hot_question/:hot_question_id/get.md)

---

[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)
