---
title: "Get Document"
method: GET
path: "/v1/document/{document_id}"
tags: ["Documents"]
---

# Get Document

`GET /v1/document/{document_id}`

## Path parameters

- `document_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DocumentDetailResponse
  - `id` string, uuid, required
  - `knowledge_base_id` string, uuid, required
  - `name` string, required
  - `type` 'PDF' | 'TEXT' | 'URL', required
  - `created_at` string, nullable
  - `updated_at` string, nullable
  - `status` string, nullable
  - `error_code` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
