Read the federated timeline
get_federated_timelineRetrieve public posts federated to your instance from across the network. Filter by media, remote-only, or recent hours to narrow the unfiltered feed.
Instructions
Everything public your instance has federated in from the rest of the network. Large and unfiltered: use search or a hashtag timeline if you are looking for something specific.
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. | |
| only_media | No | Only statuses with attachments. | |
| remote_only | No | Exclude your own instance's posts. | |
| since_hours | No | Instead of a fixed count, return everything from the last N hours, up to `limit`. |