app.bsky.feed.describeFeedGenerator
#main
Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | - |
| feeds | array of #feed | - | ✅ | - |
| links | #links | - | ❌ | - |
#feed
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| uri | string (at-uri) | - | ✅ | - |
#links
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| privacyPolicy | string | - | ❌ | - |
| termsOfService | string | - | ❌ | - |