get_following
Retrieve the list of accounts a specific user follows on X (Twitter) by providing their numeric user ID, with options for pagination and result limits.
Instructions
List who a user follows by their numeric user ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The numeric user ID | |
| max_results | No | Number of results (1-1000, default 100) | |
| next_token | No | Pagination token from previous response |