get_community_tweets
Retrieve a paginated feed of tweets from an X/Twitter Community. Supports sorting by popularity or latest and pagination via cursor.
Instructions
Get a paginated feed of tweets published inside an X/Twitter Community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes | Numeric community ID. | |
| order | No | Sort order. Defaults to latest. | |
| next_cursor | No | Pagination cursor from a previous response. |