Documentation
Sign inGet started

Get stored message content

GET
/v1/email/messages/{message_id}/content
bird email content <message-id>
Returns the stored HTML and text bodies for a sent message. Content storage must be enabled for the message. Content is available for up to 30 days after sending. A 404 indicates no content was stored for this message. A 425 indicates the content is still being stored and the request can be retried shortly. A 410 indicates the content was stored but has since expired.
Parameters
message_id
string
ID of the message whose stored content to fetch, from the send response's id field.
Response Payload
html
string
The HTML body of the message as delivered, if it was stored.
text
string
The plain-text body of the message as delivered, if it was stored.