Read your instance's local timeline
get_local_timelineRetrieve public posts from your Mastodon instance to monitor community activity. Provides a chronological feed of statuses from local accounts.
Instructions
Everything public posted by accounts on your own instance. On a small themed instance this is the most useful timeline there is; on mastodon.social it is a firehose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many statuses. Pages automatically past the 40-per-request ceiling. Default 40. | |
| max_id | No | Continue from a previous page: pass the next_max_id from the last result. | |
| 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. | |
| since_hours | No | Instead of a fixed count, return everything from the last N hours, up to `limit`. |