# AgentMail Get Inbox Details

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

Retrieves metadata and details for a specific email inbox within a pod in the AgentMail system

## Facts

- Endpoint: GET https://x402.api.agentmail.to/v0/pods/%7Bpod_id%7D/inboxes/%7Binbox_id%7D
- Price: Free
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentmail-get-inbox-details-2bb8df39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aKB5_KK0WKNAuk9mGExuB

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-details-2bb8df39
```

Example prompt: Can you pull up the details for the inbox with ID 'inbox_abc123' inside pod 'pod_xyz456' on AgentMail — I want to see what email address it's using and its current configuration?

## When to prefer this

Use this endpoint when you need to inspect or verify the details of a specific existing inbox in AgentMail — for example, to confirm its assigned email address, check its status, or retrieve configuration before sending or reading messages. Prefer this over listing all inboxes when you already know the inbox_id and pod_id.

## Known failure modes

- Invalid pod_id returns 404 not found
- Invalid inbox_id returns 404 not found
- Unauthorized access returns 401 or 403
- Pod and inbox ID mismatch returns error
- Empty response body if inbox has no metadata
- Network timeout for slow responses

## How this service works

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

## Output

Returns a JSON object containing metadata about the specified inbox, including its email address, configuration details, status, and any associated properties within the given pod.

## Response schema (JSON Schema)

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

## More

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