---
title: "Retrieve a single document resource."
method: GET
path: "/order/{orderId}/document/{id}"
tags: ["Order Documents"]
---

# Retrieve a single document resource.

`GET /order/{orderId}/document/{id}`

Get single order document.

## Path parameters

- `orderId` string, required
- `id` string, required

## Response `200`

Success Response

- DocumentTransferResponse
  - `id` string
  - `orderObjectId` string
  - `documentName` string
  - `deleted` boolean
  - `created` string, date-time
  - `createdBy` string
  - `updated` string, date-time
  - `updatedBy` string
  - `mimeType` string
  - `searchId` string
  - `productType` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
