---
title: "Get Message"
method: GET
path: "/v1/messages/{message_id}"
tags: ["messages"]
---

# Get Message

`GET /v1/messages/{message_id}`

Fetch a single message.

Requires the `messages:read` scope on the API key.

## Path parameters

- `message_id` string, uuid, required

## Response `200`

Successful Response

- MessagePublicOutput
  - `id` string, uuid, required — Unique identifier.
  - `channel` 'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL', required
  - `direction` 'INBOUND' | 'OUTBOUND', required
  - `subject` string, nullable, required — Email subject line, if any.
  - `body` string, required — Message body. Inbound messages have quoted reply history stripped.
  - `sent_at` string, date-time, required — When the message was sent or received.
  - `sender_id` string, uuid, nullable, required — Sending mailbox that sent an outbound message. Null for inbound messages from the contact.
  - `sender` PublicSenderSummary
    - `id` string, uuid, required — Unique identifier of the sending mailbox.
    - `email` string, nullable — Mailbox email address.
    - `name` string, nullable — Sender display name from the linked sender identity.

---

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