---
title: "Get Message"
method: GET
path: "/v1/messages/{messageId}"
---

# Get Message

`GET /v1/messages/{messageId}`

Return the available details for one organization-visible message.

Includes its body and attachment metadata. Requires the **Export** permission
(`read` scope). Private messages owned by individual users are excluded.

## Path parameters

- `messageId` string, uuid, required

## Response `200`

Successful Response

- MessageDetail — Full message returned by the per-id getter.
  - `messageId` string, uuid, required
  - `sourceId` string, required
  - `remoteId` string, nullable, required
  - `threadId` string, nullable, required
  - `subject` string, nullable
  - `sender` MessageParty, required — A message participant — sender or one of the recipients.
    - `name` string, nullable
    - `email` string, nullable
  - `recipients` MessageParty[], required
    - `name` string, nullable
    - `email` string, nullable
  - `bodyPreview` string, required
  - `createdAt` string, date-time, required
  - `body` string, required
  - `attachments` MessageAttachmentInfo[]
    - `id` string, uuid, required
    - `filename` string, nullable
    - `contentType` string, nullable
    - `size` integer, nullable

## Other responses

- `422` — Validation Error

---

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