Logo
Twitter API Documentation

Retrieve Rules

GET https://api.twitter.com/2/tweets/search/stream/rules

Returns a list of filter rules currently active on the streaming endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [ { "id": "1273636687768285186", "value": "meme has:images" }, { "id": "1273636687768285187", "value": "puppy has:media", "tag": "puppies with media" } ], "meta": { "sent": "2020-06-18T15:21:58.638Z" } }



Curl
curl -X GET 'https://api.twitter.com/2/tweets/search/stream/rules'

ENDPOINTS