Skip to main content
GET
Get Inbox
Fetches one inbox by inbox_id. Returns inbox_id, email, display_name, client_id, pod_id, metadata, created_at and updated_at — settings only, no mail. For the messages in it use get_agentmail_inbox_messages, for conversations get_agentmail_inbox_threads. Discover ids with get_agentmail_inboxes.

Example

First time? Point any MCP client at https://mcp.aisa.one/mcp — Claude Code, Codex, Cursor, VS Code and the rest. Authorization is OAuth: the client opens a browser, you click Allow once, and there is no key to paste. The commands per client, and what each call costs, are on aisa.one/mcp.
Set this endpoint up in your agent →

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer authentication

Path Parameters

inbox_id
string
required

The ID of the inbox.

Response

Response with status 200

pod_id
string
required

ID of pod.

inbox_id
string
required

The ID of the inbox.

email
string
required

Email address of the inbox.

updated_at
string<date-time>
required

Time at which inbox was last updated.

created_at
string<date-time>
required

Time at which inbox was created.

display_name
string

Display name: Display Name <username@domain.com>.

client_id
string

Client ID of inbox.

metadata
Metadata · object

Custom metadata attached to the inbox.