# AgentMail List Inbox Drafts

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

Retrieves all draft emails saved in a specific AgentMail inbox for an AI agent

## Facts

- Endpoint: GET https://x402.api.agentmail.to/v0/inboxes/%7Binbox_id%7D/drafts
- Price: Free
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentmail-list-inbox-drafts-4fb0e999
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zenULQfHRteVLsxGgmLN5

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-list-inbox-drafts-4fb0e999
```

Example prompt: Can you show me all the draft emails saved in my AgentMail inbox inbox_abc123? I want to review any unsent messages before we send them.

## When to prefer this

Use this endpoint when an AI agent needs to review, inspect, or enumerate unsent draft messages stored in a specific AgentMail inbox before deciding whether to send, edit, or delete them. Prefer this over the messages endpoint when you specifically need unsent drafts rather than sent or received messages.

## Known failure modes

- Invalid or nonexistent inbox_id returns 404 not found
- Unauthorized access to inbox returns 401 or 403
- Empty inbox returns an empty list with 200 status
- Malformed inbox_id path parameter causes 400 bad request
- Service unavailable returns 500 or 503

## How this service works

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

## Output

A JSON list of draft email objects saved in the specified inbox, including draft content, recipients, subjects, and metadata such as creation timestamps and draft IDs.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentmail-list-inbox-drafts-4fb0e999/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)
