threads_get_mentions
List Threads posts with @mentions of the authenticated user. Filter by dates and use pagination to browse results.
Instructions
List Threads posts where the authenticated user has been @mentioned. Requires the threads_manage_mentions permission. Posts from private profiles are excluded by the API. Without advanced access approval, only mentions from designated app testers are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| since | No | Start Unix timestamp (must be >= 1688540400) | |
| until | No | End Unix timestamp (must be <= now) | |
| after | No | Pagination cursor |