---
title: "gets the pending motions associated to a judge"
method: GET
path: "/docket-entries/pending-motion"
tags: ["pending-motion"]
---

# gets the pending motions associated to a judge

`GET /docket-entries/pending-motion`

Gets the pending motions of a judge.

## Response `200`

200 response

- PendingMotion — a judge's pending motion results with worksheets
  - `docketEntries` object[]
    - `daysSinceCreated` number — Number of days since the pending motion has been created
    - `caseCaption` string — Case caption from the docket entry's case
    - `consolidatedGroupCount` number — Number of consolidated cases the docket entry's case is in
    - `leadDocketNumber` number — Lead docket number
    - `docketEntryId` string — Docket entry ID
    - `docketEntryWorksheet` object
      - `primaryIssue` string — the primary issue noted for the case in Submitted/CAV status to which the worksheet belongs
      - `finalBriefDueDate` string — the date the final briefs are due for the case to which the worksheet belongs
      - `statusOfMatter` string — status of matter

## Changes

- **2023-12-12** `269f5ce28314` — 1 info
  - endpoint added
- **2023-12-07** `4b9ba9c1f169` — 1 breaking
  - api path removed without deprecation
- **2023-11-28** `7a8ea96df21e` — 1 info
  - endpoint added
- **2022-10-21** `86723d511897` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms/changes/docket-entries/pending-motion/get.md)

---

[API](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
