---
title: "Get document information"
method: GET
path: "/v0/document/{document_id}"
tags: ["v0"]
---

# Get document information

`GET /v0/document/{document_id}`

## Path parameters

- `document_id` string, required

## Response `200`

Successfully retrieved document information

- Document
  - `id` string, required — The unique identifier for the document. E.g. "f47ac10b-58cc-4372-a567-0e02b2c3d479"
  - `name` string, required — The name of the document. E.g. "Musterprotokoll vom 01.01.2022"
  - `date` string, required — The date of the document. E.g. "2022-01-01"
  - `url` string, uri, required — The URL of the document. It can be downloaded from there. Only valid for 15 minutes after the request.
  - `type` 'articles_of_association' | 'sample_protocol' | 'shareholder_list', required — The type of document.

## Other responses

- `400` — Bad Request - Invalid parameters provided
- `401` — Unauthorized - Authentication required
- `402` — Payment Required - Insufficient credits for this request
- `404` — Not Found - Document not found
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An error occurred while processing the request

---

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