---
title: "Get knowledge document"
method: GET
path: "/knowledge/{id}"
tags: ["Knowledge"]
---

# Get knowledge document

`GET /knowledge/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `data` object
    - `answer_type` string
    - `code_lang` string
    - `content` string
    - `description` string
    - `doc_type` string
    - `flow_id` integer
    - `guide_type` string
    - `id` string
    - `manual` boolean
    - `part_size` integer
    - `question` string
    - `subtask_id` integer
    - `task_id` integer
    - `total_size` integer
    - `user_id` integer
  - `status` string

## Other responses

- `403` — not permitted or wrong owner
- `404` — document not found
- `500` — internal error

## Changes

- **2026-05-04** `eac03ab3c1e0` — 1 info
  - endpoint added
- **2026-03-26** `fe95938acc20` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/changes/knowledge/:id/get.md)

---

[API](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api.md) · [All operations](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vxcontrol/pentagi-swagger-api/revisions/7c1cbf7abaa1/schema)
