x_post_get
Fetch up to 100 X/Twitter posts by numeric ID or URL, returning author, text, metrics, media, and reply/quote references. Includes a missing list for deleted or protected posts.
Instructions
Batch-fetch one or more X (Twitter) posts by numeric id or status URL (1-100 per call). Returns compacted posts (author handle, text, metrics, reply/quote refs, media) plus a missing list for any ids that could not be fetched (deleted, protected, or not found). Pass raw: true for the uncompacted, size-capped API envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Post references to fetch. Each is a numeric post id or a full status URL (e.g. https://x.com/user/status/123). 1-100 per call. | |
| raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| summary | No |