app.bsky.feed.getFeedSkeleton
#main
Get a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
feed | string (at-uri) | - | ✅ | Reference to feed generator record describing the specific feed being requested. |
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
feed | array of app.bsky.feed.defs#skeletonFeedPost | - | ✅ | - |