---
title: "Get Message By Visibility"
method: GET
path: "/api/v1/mail/messages/{message_id}"
tags: ["Messages"]
---

# Get Message By Visibility

`GET /api/v1/mail/messages/{message_id}`

## Path parameters

- `message_id` string, uuid, required

## Query parameters

- `max_body_chars` integer

## Response `200`

Successful Response

- BoundedMessageDetailResponse
  - `id` string, uuid, required
  - `mailbox_id` string, uuid, required
  - `thread_id` string, uuid, nullable, required
  - `message_id` string, nullable, required
  - `from_address` string, required
  - `reply_to` string, nullable, required
  - `to_addresses` string[], required
  - `cc_addresses` string[], nullable, required
  - `subject` string, nullable, required
  - `snippet` string, nullable, required
  - `direction` 'inbound' | 'outbound', required
  - `status` 'queued' | 'sent' | 'delivered' | 'bounced' | 'failed' | 'received' | 'deleted', required
  - `is_read` boolean, required
  - `is_starred` boolean, required
  - `has_attachments` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `body_text` string, nullable, required
  - `body_html` string, nullable, required
  - `body_truncated` boolean, required
  - `bcc_addresses` string[], nullable, required
  - `in_reply_to` string, nullable, required
  - `references` string[], nullable, required
  - `attachments` AttachmentMetadataResponse[], required
    - `attachment_ref` string, required
    - `filename` string, required
    - `content_type` string, required
    - `size` integer, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
