---
title: "Retrieve document resources"
method: GET
path: "/order/{orderId}/document"
tags: ["Order Documents"]
---

# Retrieve document resources

`GET /order/{orderId}/document`

Get all order documents.

## Path parameters

- `orderId` 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)
