get_article
Retrieve full Twitter/X article and note content by providing the wrapper tweet ID or article rest_id for owner-only access.
Instructions
Fetch full Twitter/X article and note content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Wrapper tweet ID of the article (public read). Provide either `id` OR `article_id` — not both. | |
| article_id | No | Article entity `rest_id` (owner-only read). Requires `auth_token`. Returned by `/article/list` and `/article/create`. Provide either `id` OR `article_id` — not both. |