app.bsky.feed

Posts, likes, reposts, threads, and feed generators.

defs

Shared type definitions.

app.bsky.feed.defs
describeFeedGenerator

Get information about a feed generator, including policies and offered feed URIs.

app.bsky.feed.describeFeedGenerator
generator

Record declaring of the existence of a feed generator, and containing metadata about it.

app.bsky.feed.generator
getActorFeeds

Get a list of feeds (feed generator records) created by the actor (in the actor’s repo).

app.bsky.feed.getActorFeeds
getActorLikes

Get a list of posts liked by an actor.

app.bsky.feed.getActorLikes
getAuthorFeed

Get a view of an actor’s ‘author feed’ (post and reposts by the author).

app.bsky.feed.getAuthorFeed
getFeed

Get a hydrated feed from an actor’s selected feed generator.

app.bsky.feed.getFeed
getFeedGenerator

Get information about a feed generator.

app.bsky.feed.getFeedGenerator
getFeedGenerators

Get information about a list of feed generators.

app.bsky.feed.getFeedGenerators
getFeedSkeleton

Get a skeleton of a feed provided by a feed generator.

app.bsky.feed.getFeedSkeleton
getLikes

Get like records which reference a subject (by AT-URI and CID).

app.bsky.feed.getLikes
getListFeed

Get a feed of recent posts from a list (posts and reposts from any actors on the list).

app.bsky.feed.getListFeed
getPostThread

Get posts in a thread.

app.bsky.feed.getPostThread
getPosts

Gets post views for a specified list of posts (by AT-URI).

app.bsky.feed.getPosts
getQuotes

Get a list of quotes for a given post.

app.bsky.feed.getQuotes
getRepostedBy

Get a list of reposts for a given post.

app.bsky.feed.getRepostedBy
getSuggestedFeeds

Get a list of suggested feeds (feed generators) for the requesting account.

app.bsky.feed.getSuggestedFeeds
getTimeline

Get a view of the requesting account’s home timeline.

app.bsky.feed.getTimeline
like

Record declaring a ‘like’ of a piece of subject content.

app.bsky.feed.like
post

Record containing a Bluesky post.

app.bsky.feed.post
postgate

Record defining interaction rules for a post.

app.bsky.feed.postgate
repost

Record representing a ‘repost’ of an existing Bluesky post.

app.bsky.feed.repost
searchPosts

Find posts matching search criteria, returning views of those posts.

app.bsky.feed.searchPosts
searchPostsV2

Find posts matching a search query or filters, returning search hits for matching post records.

app.bsky.feed.searchPostsV2
sendInteractions

Send information about interactions with feed items back to the feed generator that served them.

app.bsky.feed.sendInteractions
threadgate

Record defining interaction gating rules for a thread (aka, reply controls).

app.bsky.feed.threadgate