app.bsky.feed.getAuthorFeed

Domain Index: bsky.app

Crawl History

#main - query

Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.

Query Parameters

Name Type Details
actor string (required)

Syntax Format: at-identifier

cursor string
filter string

Combinations of post/repost types to include in response.

Default: posts_with_replies

Known Values: posts_with_replies, posts_no_replies, posts_with_media, posts_and_author_threads, posts_with_video,

includePins boolean
limit integer

Default: 50

Minimum: 1

Maxumum:

Response Body

Content Type: application/json

Data Fields

Name Type Details
cursor string
feed array (required)

Elements are of type:

Errors

Name Description
BlockedActor
BlockedByActor