Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1003 Bytes

getFollowers.md

File metadata and controls

28 lines (20 loc) · 1003 Bytes
title description
getFollowers
app.bsky.graph.getFollowers

#main

Enumerates accounts which follow a specified account (actor).

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 - -
followers array of app.bsky.actor.defs#profileView - -