Get Threads Followers
threads_get_followersRetrieve a list of followers for a specified Threads user. Returns user IDs, usernames, and profile picture URLs with pagination support.
Instructions
Lists followers of the authenticated Threads user.
Args:
threads_user_id (string): Threads user ID
limit (number): Max results (1–100, default 25)
after (string, optional): Pagination cursor
Returns: User IDs, usernames, and profile picture URLs of followers.
Note: Requires threads_basic scope. Only returns users who have allowed their followers list to be visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |