List threads and messages on an inbox
Returns threads on the inbox, newest activity first, each with its messages and stored per-thread metrics. Paging is over threads, not individual messages.
The window filters on the thread’s last message time and dateTo is
exclusive. Automated/junk threads are excluded unless includeJunk=true.
sentVia indicates whether an outbound was composed in Aptly (aptly) or
sent from the user’s own mail client and synced in (native). Inbound
messages are always null.
Authorizations
Path Parameters
External channel meta ID (meta.id) of the inbox.
Query Parameters
ISO date. Only threads with activity at or after this time.
ISO date, exclusive. Range must not exceed 400 days.
Filter to threads whose most recent message went this way.
in, out Include threads classified as junk/automated.
Zero-based page number (0–9999).
Threads per page.
x <= 200