app.bsky.feed.getListFeed
#main
Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| list | string (at-uri) | - | ✅ | Reference (AT-URI) to the list record. |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| feed | array of app.bsky.feed.defs#feedViewPost | - | ✅ | - |