twitter_tweet
Retrieve a single tweet by its ID, returning the tweet text, public metrics, creation time, and author information.
Instructions
One post by id.
Returns: {data:{id, text, created_at, author_id, public_metrics}, includes:{users:[…]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| expansions | No | author_id | |
| user_fields | No | username,name,verified | |
| tweet_fields | No | created_at,author_id,public_metrics,lang |