Read one status
get_statusRetrieve a single Mastodon status by its ID, including attached media, poll, link preview, and engagement counts.
Instructions
A single status by id, with its media, poll, link preview and engagement counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |