---
title: "List internal documents"
method: GET
path: "/v1/knowledge-models/{knowledge_model_id}/internal-documents"
---

# List internal documents

`GET /v1/knowledge-models/{knowledge_model_id}/internal-documents`

List all internal documents for the knowledge model. Only model owner can access internal documents.

## Path parameters

- `knowledge_model_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- InternalDocumentListSchema
  - `results` InternalDocumentSchema[], required
    - `id` string, required — External ID of the internal document
    - `name` string, required — Name of the internal document
    - `tags` object, nullable — Tags for the internal document
    - `priority` integer, required — Priority of the internal document
    - `in_use` boolean, required — Whether the internal document is in use
    - `created_at` string, date-time, required — Creation timestamp
    - `updated_at` string, date-time, required — Last update timestamp
  - `total` integer, required — Total count of available records. It can be larger than results count.

## Other responses

- `401` — User token is not present in cookies or has incorrect value.
- `421` — Various errors, see examples
- `422` — Validation Error

---

[API](https://skmtc.dev/constructor-tech/apis/constructorknowledgemodel.md) · [All operations](https://skmtc.dev/constructor-tech/apis/constructorknowledgemodel/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/constructor-tech/constructorknowledgemodel/revisions/989f1fae00de/schema)
