---
title: "Get a document"
method: GET
path: "/v1/knowledge-base/documents/{doc_id}"
tags: ["knowledge-base"]
---

# Get a document

`GET /v1/knowledge-base/documents/{doc_id}`

## Path parameters

- `doc_id` string, uuid, required

## Response `200`

Successful Response

- DocumentResponse
  - `id` string, uuid, required
  - `knowledge_base_id` string, uuid, required
  - `organization_id` string, uuid, required
  - `title` string, required
  - `metadata` object
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `active_version_id` string, uuid, nullable
  - `version_number` integer, nullable
  - `state` string, nullable
  - `scan_status` string, nullable
  - `source_type` string, nullable
  - `chunk_count` integer, nullable
  - `token_count` integer, nullable
  - `segment_count` integer, nullable
  - `version_count` integer
  - `download_url` string, nullable
  - `normalized_download_url` string, nullable
  - `sensitivity` string
  - `sensitivity_level` integer
  - `pii_status` string, nullable
  - `safe_title` string, nullable
  - `pii_sensitivity` string, nullable
  - `pii_coverage_status` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
