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

# Get detailed information for specified documentId

`GET /comments/{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

> 8 revisions in range; 1 not diffed.

- **2020-07-28** (v4) `f9573c473257` — 3 breaking, 2 warning, 1 info
  - the `included/items/links/items/self` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `200`
  - the `links/items/self` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `200`
  - the `relationships` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `relationships/data` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/gsa/apis/regulations-gov-api/changes/comments/: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/0c7282b2ab56/schema)
