---
title: "Get detailed information for specified documentId"
method: GET
path: "/documents/{documentId}"
tags: ["documents"]
---

# Get detailed information for specified documentId

`GET /documents/{documentId}`

Gets the detailed information of a specific document with the passed documentId.

## Path parameters

- `documentId` string, required

## Query parameters

- `include` string

## Response `200`

successful operation

## Other responses

- `400` — Validation error
- `403` — API key is missing or invalid
- `404` — Document not found

## Changes

> 25 revisions in range; 1 not diffed.

- **2021-01-27** (v4) `16c703ef3a32` — 1 info
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/objectId` to the response with the `200` status
- **2020-09-01** (v4) `8f1431a36adb` — 2 info
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/restrictReason` to the response with the `200` status
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/restrictReasonType` to the response with the `200` status
- **2020-09-01** (v4) `f394b1f8fb2d` — 1 warning, 7 info
  - removed the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/objectId` from the response with the `200` status
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/comment` to the response with the `200` status
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/openForComment` to the response with the `200` status
  - added the optional property `attributes/allOf[#/components/schemas/BasicDetailModel]/receiveDate` to the response with the `200` status
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/gsa/apis/regulations-gov-api/changes/documents/:documentId/get.md)

---

[API](https://skmtc.dev/gsa/apis/regulations-gov-api.md) · [All operations](https://skmtc.dev/gsa/apis/regulations-gov-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gsa/regulations-gov-api/revisions/be43c866f5ca/schema)
