Skip to main content

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

PropertyTypeKnown ValuesRequiredDescription
actorstring (at-identifier)--
limitinteger--
cursorstring--
filterstringposts_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
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
feedarray of app.bsky.feed.defs#feedViewPost--