X: Get community media
x_get_community_mediaReturns public posts from an X community's Media tab as visible to not logged in users. Supports projection_preset, data_fields, and item_fields for payload reduction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum number of media posts to return from the community media timeline (maximum: 100) Default: 40 | |
| cursor | No | Pagination cursor | |
| communityId | Yes | X community ID | |
| data_fields | No | Optional. Add top-level data keys on top of the selected projection_preset. | |
| item_fields | No | Optional. Add item keys from data.orderedItems[] on top of the selected projection_preset. | |
| projection_preset | No | Optional. Defaults to "minimal". Use one of: full, minimal, identity, engagement, or content. |