twitter_tweet
Fetch a specific post by ID, returning its text, author, created time, and public metrics.
Instructions
One post by id.
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 |
|---|---|---|---|
| id | Yes | Post id. Required — part of the URL path. | |
| 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 |