List recent messages for an org inbox
GET /v1/admin/orgs/{org_id}/projects/{project_id}/inboxes/{addr}/messages
GET
/v1/admin/orgs/{org_id}/projects/{project_id}/inboxes/{addr}/messages
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” org_id
required
string
project_id
required
string
addr
required
string
The full inbox address, URL-encoded (e.g. agent7%40extrovertmail.com).
Query Parameters
Section titled “Query Parameters ” folder
string
IMAP folder to read (default INBOX).
limit
integer
Page size for the cursor-paginated agent surface (default 50; clamped to the 1-100 range).
Responses
Section titled “ Responses ”Ok
object
messages
Array<object>
A source-preserving message shape for the console plane.
object
id
string
seq
string
thread_id
string
direction
string
from
string
to
string
cc
string
reply_to
string
subject
string
date
string
message_id
string
in_reply_to
string
references
string
seen
boolean
has_attachments
boolean
body
string
text
string
html
string
extracted_text
string
extracted_html
string
Missing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scope