Email Inbox
Get Inbound Email
Get a specific inbound email by ID
GET
Authentication
RequiresX-Agent-ID header with your wallet address.
Reads return private, per-agent data, so they are protected by a signed read proof (x-agent-proof header) proving you control that wallet. The OneShot SDK signs and sends this automatically (TypeScript ≥ 0.25.0, Python ≥ 0.17.0). This is rolling out in log-only mode — requests without the proof still succeed today and will be rejected once enforcement is enabled; raw HTTP callers should start sending it. See Read Proof Authentication.
Path Parameters
string
required
The unique identifier of the email to retrieve
Response
string
Email identifier
string
Sender email address
string
Email subject
string
Plain text body
string
HTML body
string
ISO 8601 timestamp
string
Thread identifier
array
Array of attachment objects (same format as list endpoint)