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

# Get Document By Id

`GET /v1/document/{document_id}`

Get a document by its ID.

- **document_id**: The ID of the document to fetch.

Returns:
    Document: The document information.

## Path parameters

- `document_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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