---
title: "Get document"
method: GET
path: "/documents/{id}"
tags: ["documents"]
---

# Get document

`GET /documents/{id}`

Returns a single document by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsDocument
  - `business_id` string
  - `business_node_id` string
  - `created_at` string
  - `error_message` string
  - `filename` string
  - `gcs_uri` string
  - `id` string
  - `image_count` integer
  - `import_bucket_uri` string
  - `import_id` string
  - `items_count` integer
  - `page_count` integer
  - `processed_at` string
  - `status` string
  - `table_count` integer
  - `trace_id` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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