---
title: "Get Document"
method: GET
path: "/v1/documents/{documentId}"
---

# Get Document

`GET /v1/documents/{documentId}`

Return the available details for one organization-visible document.

Requires the **Export** permission (`read` scope). Private documents owned by
individual users are excluded.

## Path parameters

- `documentId` string, uuid, required

## Response `200`

Successful Response

- DocumentDetail — Document view returned by ``GET /v1/documents/{documentId}``.
  - `id` string, required
  - `displayName` string, required
  - `sourceId` string, required
  - `remoteId` string, required
  - `url` string, nullable
  - `contentType` string, required
  - `createdAt` string, nullable
  - `updatedAt` string, nullable

## Other responses

- `422` — Validation Error

---

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