---
title: "Get Document"
method: GET
path: "/business/v2/documents/{documentId}"
tags: ["Documents"]
---

# Get Document

`GET /business/v2/documents/{documentId}`

Endpoint to get a specific `Document` by ID.

## Path parameters

- `documentId` string, required — The `Document` ID.

## Response `200`

The result is a single `Document`.

- Document
  - `id` string — The `Document` ID.
  - `name` string — The original file name of the `Document`.
  - `preview_url` string — Pre-signed URL for the `Document` preview rendering.
  - `thumbnail_url` string — The Pre-signed URL for the file of the `Document` thumbnail.
  - `creation_time` string — The date and time when the `Document` was imported.
  - `attached` boolean — It indicates whether the `Document` is already attached to one or more activities.

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
