GET /2/tweets/counts/all
Operation ID: tweetCountsFullArchiveSearch
Auth: unknown
Description
Returns Tweet Counts that match a search query.
Parameters (9)
(string, query, optional)
YYYY-MM-DDTHH:mm:ssZ. The newest, most recent UTC timestamp to which the Tweets will be provided. Timestamp is in second granularity and is exclusive (i.e. 12:00:01 excludes the first second of the minute).
(string, query, optional, default: hour)
The granularity for the search counts results.
Constraints: {'enum': ['minute', 'hour', 'day']}
(?, query, optional)
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
(?, query, optional)
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
(string, query, required)
One query/rule/filter for matching Tweets. Refer to https://t.co/rulelength to identify the max query length.
Constraints: {'minLength': 1, 'maxLength': 4096}
(array, query, optional)
A comma separated list of SearchCount fields to display.
(?, query, optional)
Returns results with a Tweet ID greater than (that is, more recent than) the specified ID.
(string, query, optional)
YYYY-MM-DDTHH:mm:ssZ. The oldest UTC timestamp (from most recent 7 days) from which the Tweets will be provided. Timestamp is in second granularity and is inclusive (i.e. 12:00:01 includes the first second of the minute).
(?, query, optional)
Returns results with a Tweet ID less than (that is, older than) the specified ID.
No probe data for this endpoint yet.