Get Message
Returns the complete message by its ID, including raw content and parsed content structure.
Access requires messages:read:all or a read role matching the
message’s sender domain.
content (if available),
while the message objects returned in the List Messages API do not include
the email content.Authorizations
API key for authentication. Non-empty Security Requirement values are AhaSend API-key roles. Roles listed within one requirement object are jointly required; separate requirement objects are alternatives.
Path Parameters
Account ID
Message API ID. Accepts the generated Message-ID returned by Create Message API, for example <uuid@example.com>, or the bare UUID portion.
Response
Message details
Object type identifier
message When the message was created
When the message was last updated
When the message was sent
When the message was delivered
When the message data will be purged
Message direction
inbound, outbound Whether this is a bounce notification
Classification of bounce if applicable
List of delivery attempts for this message
Message-ID header value
API-generated message ID
Message subject
Tags associated with the message
Sender email address
Recipient email address
Current message status
Number of delivery attempts
Number of clicks tracked for this message
Number of opens tracked for this message
ID of the original message (for bounce messages)
Domain ID this message was sent from
Account ID this message belongs to
Original raw email content in RFC822 format. Omitted when message content is unavailable.
Parsed message content. Omitted when message content is unavailable.

