# AgentMail Get Draft

> AgentMail Get Draft is a free API for AI agents from x402.api.agentmail.to, Free, status unknown (last checked 2026-09-10).

Retrieves a specific email draft by ID from an AI agent's inbox

## Facts

- Endpoint: GET https://x402.api.agentmail.to/v0/inboxes/%7Binbox_id%7D/drafts/%7Bdraft_id%7D
- Price: Free
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentmail-get-draft-2fdbfcd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z-31e4418GkC5HKdBbkU0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentmail-get-draft-2fdbfcd5
```

Example prompt: Can you pull up the draft email with ID draft_abc123 from inbox inbox_xyz456 so I can review what it says before sending?

## When to prefer this

Use this endpoint when you need to inspect or review the contents of a specific previously saved draft email before sending or editing it. Prefer this over listing all drafts when you already know the specific draft_id.

## Known failure modes

- Draft not found (404) if draft_id does not exist in the specified inbox
- Inbox not found (404) if inbox_id is invalid
- Unauthorized (401/403) if the agent lacks permission to access the inbox
- Empty response body if the draft has no content yet

## How this service works

Service: AgentMail API (/v0/inboxes/{inbox_id}/drafts/{draft_id})

## Output

Returns a JSON object representing the draft email, including its ID, subject, body content, recipients, and any other metadata associated with the draft.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentmail-get-draft-2fdbfcd5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.api.agentmail.to](https://www.zero.xyz/host/x402.api.agentmail.to/llms.txt)
