host.msg.inbox
Every unread-or-read message across every thread you participate in, excluding your own sends, ordered oldest first; page with cursor from the previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Up to 100; default 50. | |
| cursor | No | Opaque; omit for the first page. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. | |
| unread_only | No | Filter to messages not yet acked. |