---
title: "Show Message"
method: GET
path: "/messages/{id}"
tags: ["messages", "Messages"]
---

# Show Message

`GET /messages/{id}`

Show Message

## Path parameters

- `id` integer, required

## Response `200`

The Messages object.

- MessageEntity — MessageEntity model
  - `id` integer — Message ID
  - `subject` string — Message subject.
  - `body` string — Message body.
  - `comments` MessageCommentEntity[] — Comments.
    - `id` integer — Message Comment ID
    - `body` string — Comment body.
    - `reactions` MessageCommentReactionEntity[] — Reactions to this comment.
      - `id` integer — Reaction ID
      - `emoji` string — Emoji used in the reaction.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
