get_tweets_by_ids
Batch-fetch complete tweet objects including author, text, engagement counts, and media by providing a comma-separated list of up to 100 tweet IDs.
Instructions
Batch-fetch full tweet objects by their numeric tweet IDs. Pass a comma-separated string of up to 100 IDs. Use this when you already have specific tweet IDs (e.g., from a search result, a URL, or a webhook event) and need the full tweet data — author, text, engagement counts, media, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_ids | Yes | Comma-separated tweet IDs (e.g. '1234567890,9876543210'). Batch fetch up to 100 tweets in one call. Tweet IDs are numeric strings. |