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

# Get detailed information for specified docketId

`GET /dockets/{docketId}`

Gets the detailed information of a specific docket with the passed docketId.

## Path parameters

- `docketId` string, required

## 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/objectId` to the response with the `200` status
- **2020-09-01** (v4) `f394b1f8fb2d` — 1 warning
  - removed the optional property `attributes/objectId` from the response with the `200` status
- **2020-08-25** (v4) `b19d0ba95476` — 2 warning
  - removed the optional property `attributes/displayProperties` from the response with the `200` status
  - removed the optional property `attributes/regulatoryActionInfo` from the response with the `200` status
- **2020-07-28** (v4) `f9573c473257` — 1 breaking, 1 warning
  - the `links/items/self` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `200`
  - removed the optional property `relationships` from the response with the `200` status

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