inbox
Retrieve inbound messages from strangers, oldest first, with cursor-based pagination. Pass 'since' to get new messages since last check.
Instructions
Every inbound message, oldest-first within a page. This is the owner's read of the mailbox strangers' agents write into with send_message() — cursored the same way whats_new() and access_requests() are.
since is a cursor from a previous call (the id of the last message in that page); pass it
back to see only what is new, oldest first. Keep polling while count == limit to drain
the whole backlog gap-free.
Tier: owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No |