app.bsky.feed.getFeedGenerator
#main
Get information about a feed generator. Implemented by AppView.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
feed | string (at-uri) | - | ✅ | AT-URI of the feed generator record. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
view | app.bsky.feed.defs#generatorView | - | ✅ | - |
isOnline | boolean | - | ✅ | Indicates whether the feed generator service has been online recently, or else seems to be inactive. |
isValid | boolean | - | ✅ | Indicates whether the feed generator service is compatible with the record declaration. |