GET /2/tweets/search/stream/rules
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.
Servers
- https://api.twitter.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
max_results |
Integer | No |
The maximum number of results. Default value: 1000 |
ids[] |
Array | No |
A comma-separated list of Rule IDs. |
pagination_token |
String | No |
This value is populated by passing the 'next_token' returned in a request to paginate through results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.