app.bsky.feed.getFeed
#main
Get a hydrated feed from an actor's selected feed generator. Implemented by App View.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| feed | string (at-uri) | - | ✅ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| feed | array of app.bsky.feed.defs#feedViewPost | - | ✅ | - |