Get a single message with full body
GET
/api/v1/messages/{id}
Responses
Full message including parsed body fields. Sent with Cache-Control: no-store.
application/json
JSON "id": "01HZ9RQABCDEFGHJKMNPQRSTUV", "sender": "alice@example.com", "recipients": [ [ "bob@example.com", "carol@example.com" ] ], "subject": "Hello world", "size": 1024, "has_attachments": false, "is_read": false, "is_starred": false, "tags": [ [ ] ], "created_at": "2026-03-21T10:00:00Z", "text_body": "string", "html_body": "string"
{
}
GET
/api/v1/messages/{id}
