The unique identifier of the Post (Tweet) for which to retrieve retweeting users. This ID must be for an existing public Post.
expansionsarray
Objects to expand and include, such as pinned Tweets of retweeters.
max_resultsinteger
Maximum number of user objects per page (1-100, default 100).
user_fieldsarray
User fields to include for each user who retweeted the Post.
tweet_fieldsarray
Tweet fields for expanded Tweet objects (e.g., when `expansions` includes 'pinned_tweet_id').
pagination_tokenstring
A token obtained from a previous response's `meta.next_token` field, used to fetch the next page of results. If not provided, the first page is returned.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not