twitter_tweets
Batch fetch up to 100 tweets by post IDs, returning text, creation time, author info, and public engagement metrics.
Instructions
Batch post lookup by ids (up to 100) with engagement metrics.
Returns: {data:[{id, text, created_at, author_id, public_metrics}], includes:{users:[…]}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Post id(s), up to 100. | |
| expansions | No | Related objects (CSV). | author_id |
| user_fields | No | User fields (CSV). | username,name,verified |
| tweet_fields | No | Post fields (CSV). | created_at,author_id,public_metrics,lang |