Get Threads Followers
threads_get_followersFetch a paginated list of followers for a Threads user, returning user IDs, usernames, and profile picture URLs. Specify the user ID and optional limit or cursor to control results.
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 |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| threads_user_id | Yes |