get_following
Retrieve the list of accounts followed by a specified X/Twitter user, with pagination support for up to 200 profiles per page.
Instructions
List accounts that the given user follows (up to 200 profiles per page). Use next_cursor to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. | |
| next_cursor | No | Pagination cursor from a previous response. |