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