app.bsky.feed.getAuthorFeed
#main
Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (at-identifier) | - | ✅ | - |
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
filter | string | posts_with_replies posts_no_replies posts_with_media posts_and_author_threads | ❌ | Combinations of post/repost types to include in response. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
feed | array of app.bsky.feed.defs#feedViewPost | - | ✅ | - |