Read a status's edit history
get_status_historyRetrieve the complete edit history of any Mastodon post, sorted oldest first, including public edits made by other users.
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. |