Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 994 Bytes

getFollows.md

File metadata and controls

28 lines (20 loc) · 994 Bytes
title description
getFollows
app.bsky.graph.getFollows

#main

Enumerates accounts which a specified account (actor) follows.

Parameters

Property Type Known Values Required Description
actor string (at-identifier) - -
limit integer - -
cursor string - -

Output

  • Encoding: application/json
Property Type Known Values Required Description
subject app.bsky.actor.defs#profileView - -
cursor string - -
follows array of app.bsky.actor.defs#profileView - -