Read an account's posts
get_author_feedFetch an account's recent posts in reverse-chronological order. Use filters to view only original posts or exclude replies and reposts for writing analysis.
Instructions
Posts by one account, newest first. Works for anyone, with or without credentials. Use filter to separate original posts from replies and reposts: 'posts_no_replies' is what you want when studying how someone writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle (with or without @) or DID. | |
| limit | No | How many posts. Pages automatically. Default 25. | |
| cursor | No | ||
| filter | No | Which kinds of post to include. Default posts_with_replies. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). 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. Pages until it reaches that far back, up to `limit`. | |
| include_pins | No | Include the account's pinned post. Default true. |