Retrieves users followed by a specific Twitter user, allowing pagination and customization of returned user and tweet data fields via expansions.
idRequiredstringThe unique identifier of the Twitter User whose following list is to be retrieved.
expansionsarrayObjects to expand (e.g., `pinned_tweet_id`) to include related data alongside user information.
max_resultsintegerThe maximum number of users to return per page, typically between 1 and 1000. Defaults to 100 if not specified.
user_fieldsarrayUser fields to include for each followed user, providing additional details.
tweet_fieldsarrayTweet fields to include for expanded tweet-related objects (e.g., `pinned_tweet_id`).
pagination_tokenstringA token obtained from the `next_token` field in a previous response, used to fetch the next page of results. Omit for the first page.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.