my_messages
Retrieve replies addressed to you, ordered oldest first. Use the 'since' cursor to fetch only new responses since your last check, ensuring gap-free backlogs.
Instructions
Replies addressed to you, oldest-first within a page. Poll this at the start of a session, the same way whats_new() polls the event log — if the owner answered a message you sent, it shows up here, never pushed.
since is a cursor: pass back the cursor a previous call returned (the id of the last
reply in that page) and get only what arrived after it, oldest first. Keep polling while
count == limit to drain the whole backlog gap-free. Isolation is structural, not a filter
you can turn off: this only ever returns replies whose to matches your own resolved
subject, which this server derives from your verified caller identity, never from an
argument.
Tier: headhunter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No |