---
title: "gets the messages for the specific case"
method: GET
path: "/messages/case/{docketNumber}"
tags: ["messages"]
---

# gets the messages for the specific case

`GET /messages/case/{docketNumber}`

Gets the messages for the specific case.

## Response `200`

200 response

- Message — a case deadline
  - `attachments` object[] — array of document metadata objects attached to the message
    - `documentId` string
    - `documentTitle` string
  - `caseStatus` string — status of the associated case
  - `caseTitle` string — case title for the associated cases
  - `completedAt` string — when the message was marked as completed
  - `completedBy` string — the name of the user who completed the message thread
  - `completedBySection` string — the section of the user who completed the message thread
  - `completedByUserId` string — the ID of the user who completed the message thread
  - `completedMessage` string — the message entered when completing the message thread
  - `createdAt` string — message created time
  - `docketNumber` string — docket number of the associated case
  - `docketNumberWithSuffix` string — docket number of the associated case with its suffix
  - `entityName` string — the name of the entity - Message
  - `from` string — the name of the user who sent the message
  - `fromSection` string — the section of the user who sent the message
  - `fromUserId` string — the ID of the user who sent the message
  - `isCompleted` boolean — whether the message thread has been completed
  - `isRepliedTo` boolean — whether the message has been replied to or forwarded
  - `message` string — the message text
  - `messageId` string — the unique ID generated by the system to represent the message
  - `parentMessageId` string — the unique ID generated by the system to represent the parent / initial message
  - `subject` string — the subject line of the message
  - `to` string — the name of the user who is the recipient of the message
  - `toSection` string — the section of the user who is the recipient of the message
  - `toUserId` string — the ID of the user who is the recipient of the message

---

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