The search query or rule to match Tweets. IMPORTANT: (1) Must contain at least one positive search term (word, hashtag, username, phrase). Queries with only negations (e.g., '-is:retweet') or only operators (e.g., 'lang:en') are invalid. (2) Spaces between terms act as implicit…
end_timestring
The newest UTC timestamp (YYYY-MM-DDTHH:mm:ssZ) to which Tweets will be provided. Exclusive. Must be at least 10 seconds prior to the current request time. If provided time is too recent, it will be automatically adjusted to 10 seconds before the request time. Example: '2021-01-…
since_idstring
Returns results with a Tweet ID numerically greater (more recent) than the specified ID.
until_idstring
Returns results with a Tweet ID numerically less (older) than the specified ID.
expansionsarray
Specifies which objects to expand in the response for more details.
next_tokenstring
A token obtained from a previous response's 'meta.next_token' field to retrieve the next page of results. Do not modify this value.
sort_orderstring
Specifies the order in which to return results. 'recency' returns the most recent Tweets first, 'relevancy' returns Tweets based on relevance.
start_timestring
The oldest UTC timestamp (YYYY-MM-DDTHH:mm:ssZ) from which Tweets will be provided. Inclusive. Must be on or after 2006-03-21T00:00:00Z (the date of the first tweet). If provided time is before this minimum date, it will be automatically adjusted to 2006-03-21T00:00:00Z. Example…
max_resultsinteger
The maximum number of search results to return per request. Must be between 10 and 500.
poll_fieldsarray
Specifies which poll fields to include if 'attachments.poll_ids' is expanded.
user_fieldsarray
Additional user object fields to include if 'author_id' or other user-related expansions are used. Note: 'id', 'name', and 'username' are always returned by default for user objects. While these default fields can be included in this parameter, they are redundant since the API r…
media_fieldsarray
Specifies which media fields to include if 'attachments.media_keys' is expanded.
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