---
title: "Get Draft"
method: GET
path: "/api/v1/mail/mailboxes/{email_address}/drafts/{draft_id}"
tags: ["Drafts"]
---

# Get Draft

`GET /api/v1/mail/mailboxes/{email_address}/drafts/{draft_id}`

## Path parameters

- `draft_id` string, uuid, required
- `email_address` string, required

## Response `200`

Successful Response

- DraftDetailResponse
  - `id` string, uuid, required
  - `mailbox_id` string, uuid, required
  - `from_address` string, required
  - `to_addresses` string[]
  - `cc_addresses` string[]
  - `bcc_addresses` string[]
  - `subject` string, nullable
  - `snippet` string, nullable
  - `has_attachments` boolean
  - `attachment_count` integer
  - `generation` integer, required
  - `send_state` 'draft' | 'sending' | 'uncertain', required
  - `track_opens` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `body_text` string, nullable
  - `body_html` string, nullable
  - `reply_to` string, nullable
  - `thread_id` string, uuid, nullable
  - `message_id` string, nullable
  - `in_reply_to` string, nullable
  - `references` string[]
  - `forward_source_message_id` string, uuid, nullable
  - `forward_note_text` string, nullable
  - `forward_note_html` string, nullable
  - `attachment_metadata` DraftAttachmentResponse[]
    - `part_index` integer, required
    - `filename` string, required
    - `content_type` string, required
    - `size` integer, required
    - `content_id` string, nullable
    - `is_inline` boolean

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
