---
title: "Gets a message's details."
method: GET
path: "/v1/messages/{messageId}"
tags: ["Accounts"]
---

# Gets a message's details.

`GET /v1/messages/{messageId}`

## Path parameters

- `messageId` integer, required

## Response `200`

OK

- RobloxPrivateMessagesApiModelsMessageDetailsResponse — A message details response.
  - `id` integer — The message's ID.
  - `sender` RobloxPrivateMessagesApiModelsVerifiedSkinnyUserResponse — A response model representing user basic information and the user's verified badge status.
    - `hasVerifiedBadge` boolean — Whether the user has a verified badge.
    - `id` integer
    - `name` string
    - `displayName` string
  - `recipient` RobloxPrivateMessagesApiModelsVerifiedSkinnyUserResponse — A response model representing user basic information and the user's verified badge status.
    - `hasVerifiedBadge` boolean — Whether the user has a verified badge.
    - `id` integer
    - `name` string
    - `displayName` string
  - `subject` string — The subject of the message.
  - `body` string — The body of the message.
  - `created` string, date-time — When the message was created.
  - `updated` string, date-time — When the message was last updated.
  - `isRead` boolean — Whether or not the message has been read.
  - `isSystemMessage` boolean — Whether or not the message is a system message.
  - `isReportAbuseDisplayed` boolean — Whether or not the abuse report link is displayed for the message.

## Other responses

- `400` — 2: Message does not exist or the current user is not authorized to view it.
- `401` — 0: Authorization has been denied for this request.

---

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