GET /2/tweets/search/stream/rules
Retrieves the active rule set or a subset of rules for the filtered stream.
Servers
- https://api.x.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.