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 | - | ✅ | - |