threads_get_mentions
Retrieve Threads posts where your account has been @mentioned. Use this to monitor engagements and respond to mentions from other users.
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 |
|---|---|---|---|
| after | No | Pagination cursor | |
| limit | No | Number of results | |
| since | No | Start Unix timestamp (must be >= 1688540400) | |
| until | No | End Unix timestamp (must be <= now) |