---
title: "GET /api/v2/webmail/emails/source/"
method: GET
path: "/api/v2/webmail/emails/source/"
tags: ["webmail"]
---

# GET /api/v2/webmail/emails/source/

`GET /api/v2/webmail/emails/source/`

## Response `200`

- Email
  - `subject` string, required
  - `from_address` EmailAddress, required — Email address serializer.
    - `pk` integer, required
    - `address` string, email, required
    - `type` 'home' | 'work' | 'other', required — * `home` - Home * `work` - Work * `other` - Other
  - `to` EmailAddress[], required
    - `pk` integer, required
    - `address` string, email, required
    - `type` 'home' | 'work' | 'other', required — * `home` - Home * `work` - Work * `other` - Other
  - `cc` EmailAddress[]
    - `pk` integer, required
    - `address` string, email, required
    - `type` 'home' | 'work' | 'other', required — * `home` - Home * `work` - Work * `other` - Other
  - `body` string, required
  - `date` string, required
  - `message_id` string
  - `reply_to` string, email
  - `attachments` string, required
  - `scheduled_datetime` string, date-time

---

[API](https://skmtc.net/modoboa/apis/modoboa-api.md) · [All operations](https://skmtc.net/modoboa/apis/modoboa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoboa/modoboa-api/versions/01f8eaf44cc7/schema)
