# AgentMail Get Inbox

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

Retrieve details and metadata for a specific email inbox by its ID

## Facts

- Endpoint: GET https://x402.api.agentmail.to/v0/inboxes/%7Binbox_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-inbox-fca70ec9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1ZwFb9geOl17EdRuNuRdP

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-inbox-fca70ec9
```

Example prompt: Can you pull up the details for my AgentMail inbox with ID 'inbox_abc123' — I want to see its email address and current configuration.

## When to prefer this

Use this endpoint when you need to retrieve metadata or configuration details for a specific known inbox. Prefer this over listing all inboxes when you already have the inbox_id and need details about just that one inbox.

## Known failure modes

- 404 Not Found if the inbox_id does not exist
- 401 Unauthorized if authentication credentials are missing or invalid
- 400 Bad Request if inbox_id is malformed
- Empty response body if inbox has no metadata
- Rate limiting errors if too many requests are made

## How this service works

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

## Output

Returns a JSON object containing the inbox's details such as its email address, ID, creation timestamp, and configuration metadata for the specified inbox_id.

## Response schema (JSON Schema)

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

## More

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