---
title: "Outbound message details"
method: GET
path: "/messages/outbound/{messageid}/details"
tags: ["Messages API"]
---

# Outbound message details

`GET /messages/outbound/{messageid}/details`

## Path parameters

- `messageid` string, required

## Headers

- `X-Postmark-Server-Token` string, required

## Response `200`

OK

- OutboundMessageDetailsResponse
  - `TextBody` string
  - `HtmlBody` string
  - `Body` string
  - `Tag` string
  - `MessageID` string
  - `To` EmailNameAddressPair[]
    - `Name` string
    - `Email` string
  - `Cc` EmailNameAddressPair[]
    - `Name` string
    - `Email` string
  - `Bcc` EmailNameAddressPair[]
    - `Name` string
    - `Email` string
  - `Recipients` string[]
  - `ReceivedAt` string, date-time
  - `From` string
  - `Subject` string
  - `Attachments` Attachment[]
    - `Name` string
    - `Content` string
    - `ContentType` string
    - `ContentID` string
  - `Status` string
  - `TrackOpens` boolean
  - `TrackLinks` 'None' | 'HtmlAndText' | 'HtmlOnly' | 'TextOnly'
  - `MessageEvents` MessageEventDetails[]
    - `Recipient` string
    - `Type` string
    - `ReceivedAt` string, date-time
    - `Details` object
      - `Summary` string
      - `BounceID` string
      - `DeliveryMessage` string
      - `DestinationServer` string
      - `DestinationIP` string

## Other responses

- `422` — An error was generated due to incorrect use of the API. See the Message associated with this response for more information.
- `500` — Indicates an internal server error occurred.

---

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