Get Raw Message
**CLI:**
```bash
agentmail inboxes:messages get-raw --inbox-id <inbox_id> --message-id <message_id>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
inbox_id
The ID of the inbox.
message_id
ID of message.
Response
This endpoint returns an object.
message_id
ID of the message.
size
Size of the raw message in bytes.
download_url
S3 presigned URL to download the raw message. Expires at expires_at.
expires_at
Time at which the download URL expires.
Errors
404
Not Found Error
