---
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

---

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