Read your home timeline
get_home_timelineRetrieve home timeline posts from followed accounts and hashtags, sorted newest first. Optionally use since_hours to pull a time window instead of a fixed count.
Instructions
Statuses from the accounts and hashtags you follow, newest first. Pass since_hours to read a time window rather than a fixed count.
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`. |