app.bsky.feed.getActorFeeds
#main
Get a list of feeds (feed generator records) created by the actor (in the actor's repo).
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 |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| feeds | array of app.bsky.feed.defs#generatorView | - | ✅ | - |