Read a status's edit history
get_status_historyRetrieve the full edit history of any Mastodon status, ordered oldest first. See all published versions of a post, including edits made by others.
Instructions
Every published version of a status, oldest first. Mastodon keeps edits public, so this works for anyone's post, not only your own.
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. |