Filtered Stream
Rules lookup
Returns rules from a User’s active rule set. Users can fetch all of their rules or a subset, specified by the provided rule ids.
GET
/
2
/
tweets
/
search
/
stream
/
rules
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
ids
string[]
A comma-separated list of Rule IDs.
max_results
integer
default: 1000The maximum number of results.
Required range:
1 < x < 1000
pagination_token
string
This value is populated by passing the 'next_token' returned in a request to paginate through results.
Required string length:
16
Response
200 - application/json
meta
object
requireddata
object[]