twitter_tweets
Retrieve up to 100 tweets by ID with engagement metrics, metadata, and user details.
Instructions
Batch post lookup by ids (up to 100) with engagement metrics.
Returns: {data:[{id, text, created_at, author_id, public_metrics}], includes:{users:[…]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| expansions | No | author_id | |
| user_fields | No | username,name,verified | |
| tweet_fields | No | created_at,author_id,public_metrics,lang |