Documentation
Sign inGet started

Get a thread message's raw content

GET
/v1/email/threads/{thread_id}/messages/{message_id}/raw
bird email threads messages raw <thread-id> <message-id>
Returns the original message exactly as received, in RFC 5322 (MIME) format. Available for received messages for 30 days after the message occurred. Later requests return 410 Gone. Sent messages have no stored raw form and return 404.
Parameters
thread_id
string
Thread identifier. Starts with thr_.
message_id
string
Message ID (rem_ for a received message, em_ for a sent one).