---
title: "Get Node Statistics"
method: GET
path: "/api/v1/node/stats"
tags: ["node"]
---

# Get Node Statistics

`GET /api/v1/node/stats`

Get Node Statistics

## Query parameters

- `kb_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1NodeStatsResp
    - `unpublished_count` integer — 未发布的文档数
    - `unreleased_nav_count` integer — 未发布目录数量
    - `unstudied_count` integer — 未学习的文档数
  - `message` string
  - `success` boolean

## Changes

- **2026-03-06** `e35e2aec3761` — 1 info
  - endpoint added
- **2025-10-20** `381889362c45` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/node/stats/get.md)

---

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