Get Threads Following
threads_get_followingRetrieve the list of accounts followed by a specified Threads user, including user IDs, usernames, and profile pictures, with pagination support.
Instructions
Lists accounts that the authenticated Threads user is following.
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 pictures of followed accounts.
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 |