Retrieves a single tweet by its ID from X (formerly Twitter).

This function fetches a specific tweet from X using its unique identifier. It allows for optional expansions to be included in the response, providing flexibility in the amount of data retrieved. The function returns a promise that resolves to the tweet data, including details such as the tweet's text, creation time, and author information.

post/get

Request body

Response

Successful response

Changes