Get a sent message's source
Return the exact bytes that left — the fully personalized email (final subject, HTML and text, with tracking and footer applied) as persisted to R2 at send time. Outbound messages only; inbound bodies ride on the message itself.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Path Parameters
The resource id (path).
Response
OK
The From identity as sent.
The final HTML body, tracking applied.
The final personalized subject.
"Your receipt from Acme"
The final plain-text body.
The recipient as sent.
Attached files (metadata only; raw content omitted).
Blind-carbon-copy recipients, as sent.
Carbon-copy recipients, as sent.
Extra headers attached at send time.
The Reply-To header, if set.