app.bsky.graph.getKnownFollowers
#main
Enumerates accounts which follow a specified account (actor) and are followed by the viewer.
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 | - | ✅ | - |