get_user_followers
Retrieve followers for a Threads user. Optionally set limit to cap the result count, and user_id to fetch for a specific account; defaults to the current user.
Instructions
Get followers list for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of followers to retrieve | |
| user_id | No | User ID to get followers for (defaults to current user) |