Searches the full archive of public Tweets from March 2006 onwards; use 'start_time' and 'end_time' together for a defined time window.
queryRequiredstringThe 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_timestringThe 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_idstringReturns results with a Tweet ID numerically greater (more recent) than the specified ID.
until_idstringReturns results with a Tweet ID numerically less (older) than the specified ID.
expansionsarraySpecifies which objects to expand in the response for more details.
next_tokenstringA token obtained from a previous response's 'meta.next_token' field to retrieve the next page of results. Do not modify this value.
sort_orderstringSpecifies the order in which to return results. 'recency' returns the most recent Tweets first, 'relevancy' returns Tweets based on relevance.
start_timestringThe 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_resultsintegerThe maximum number of search results to return per request. Must be between 10 and 500.
poll_fieldsarraySpecifies which poll fields to include if 'attachments.poll_ids' is expanded.
user_fieldsarrayAdditional 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_fieldsarraySpecifies which media fields to include if 'attachments.media_keys' is expanded.
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.