The unique numeric identifier of the Tweet to retrieve. Must be a numeric string (1-19 digits). Common prefixes like 'tweet_' will be automatically stripped.
expansionsarray
Additional data related to the Tweet to include, such as author details, mentioned users, or media information. Accepts a list of expansion names or a comma-separated string.
poll_fieldsarray
Poll attributes to include if poll objects are part of the Tweet or expansions. Accepts a list of field names or a comma-separated string.
user_fieldsarray
User attributes to include for user objects (e.g., author, mentions) requested via expansions. Accepts a list of field names or a comma-separated string. NOTE: 'username' is a default field always returned by the API and is not a valid value for this parameter (it will be automa…
media_fieldsarray
Media attributes to include if media objects are part of the Tweet or expansions. Accepts a list of field names or a comma-separated string.
place_fieldsarray
Place attributes to include if place objects are part of the Tweet or expansions. Accepts a list of field names or a comma-separated string.
tweet_fieldsarray
Tweet attributes to include for additional details about the Tweet. Accepts a list of field names or a comma-separated string.
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