app.bsky.graph

Follows, blocks, mutes, lists, and starter packs.

block

Record declaring a ‘block’ relationship against another account.

app.bsky.graph.block
defs

Shared type definitions.

app.bsky.graph.defs
follow

Record declaring a social ‘follow’ relationship of another account.

app.bsky.graph.follow
getActorStarterPacks

Get a list of starter packs created by the actor.

app.bsky.graph.getActorStarterPacks
getBlocks

Enumerates which accounts the requesting account is currently blocking.

app.bsky.graph.getBlocks
getFollowers

Enumerates accounts which follow a specified account (actor).

app.bsky.graph.getFollowers
getFollows

Enumerates accounts which a specified account (actor) follows.

app.bsky.graph.getFollows
getKnownFollowers

Enumerates accounts which follow a specified account (actor) and are followed by the viewer.

app.bsky.graph.getKnownFollowers
getList

Gets a ‘view’ (with additional context) of a specified list.

app.bsky.graph.getList
getListBlocks

Get mod lists that the requesting account (actor) is blocking.

app.bsky.graph.getListBlocks
getListMutes

Enumerates mod lists that the requesting account (actor) currently has muted.

app.bsky.graph.getListMutes
getLists

Enumerates the lists created by a specified account (actor).

app.bsky.graph.getLists
getListsWithMembership

Enumerates the lists created by the session user, and includes membership information about actor in those lists.

app.bsky.graph.getListsWithMembership
getMutes

Enumerates accounts that the requesting account (actor) currently has fully muted.

app.bsky.graph.getMutes
getRelationships

Enumerates public relationships between one account, and a list of other accounts.

app.bsky.graph.getRelationships
getStarterPack

Gets a view of a starter pack.

app.bsky.graph.getStarterPack
getStarterPacks

Get views for a list of starter packs.

app.bsky.graph.getStarterPacks
getStarterPacksWithMembership

Enumerates the starter packs created by the session user, and includes membership information about actor in those starter packs.

app.bsky.graph.getStarterPacksWithMembership
getSuggestedFollowsByActor

Enumerates follows similar to a given account (actor).

app.bsky.graph.getSuggestedFollowsByActor
list

Record representing a list of accounts (actors).

app.bsky.graph.list
listblock

Record representing a block relationship against an entire an entire list of accounts (actors).

app.bsky.graph.listblock
listitem

Record representing an account’s inclusion on a specific list.

app.bsky.graph.listitem
muteActor

Creates a mute relationship for the specified account.

app.bsky.graph.muteActor
muteActorList

Creates a mute relationship for the specified list of accounts.

app.bsky.graph.muteActorList
muteThread

Mutes a thread preventing notifications from the thread and any of its children.

app.bsky.graph.muteThread
referencelistoptout

Record requesting that its author be omitted from the public presentation of a reference list.

app.bsky.graph.referencelistoptout
searchStarterPacks

Find starter packs matching search criteria.

app.bsky.graph.searchStarterPacks
searchStarterPacksV2

Find starter packs matching search criteria.

app.bsky.graph.searchStarterPacksV2
starterpack

Record defining a starter pack of actors and feeds for new users.

app.bsky.graph.starterpack
unmuteActor

Unmutes the specified account.

app.bsky.graph.unmuteActor
unmuteActorList

Unmutes the specified list of accounts.

app.bsky.graph.unmuteActorList
unmuteThread

Unmutes the specified thread.

app.bsky.graph.unmuteThread
verification

Record declaring a verification relationship between two accounts.

app.bsky.graph.verification