---
title: "List of dockets"
method: GET
path: "/dockets"
tags: ["dockets"]
---

# List of dockets

`GET /dockets`

This endpoint returns list of dockets

## Query parameters

- `filter[agencyId]` string
- `filter[searchTerm]` string
- `filter[lastModifiedDate]` string, date
- `filter[docketType]` 'Rulemaking' | 'Nonrulemaking' — the type of docket
- `sort` string
- `page[number]` integer
- `page[size]` integer

## Response `200`

A JSON\:API document with the a list of dockets

## Other responses

- `400` — Validation error
- `403` — API key is missing or invalid

## Changes

> 25 revisions in range; 1 not diffed.

- **2021-01-27** (v4) `16c703ef3a32` — 2 info
  - added the optional property `data/items/attributes/lastModifiedDate` to the response with the `200` status
  - added the optional property `data/items/attributes/objectId` to the response with the `200` status
- **2021-01-27** (v4) `c5ba0b9e749a` — 1 info
  - added the new optional `query` request parameter `filter[lastModifiedDate]`
- **2020-09-14** (v4) `40b45b483c44` — 1 warning, 1 info
  - deleted the `query` request parameter `size`
  - added the new optional `query` request parameter `page[size]`
- **2020-09-01** (v4) `f394b1f8fb2d` — 1 warning, 1 info
  - removed the optional property `data/items/attributes/docketId` from the response with the `200` status
  - added the optional property `data/items/attributes/agencyId` to the response with the `200` status
- **2020-07-28** (v4) `f9573c473257` — 1 breaking
  - the `data/items/links/items/self` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `200`

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