app.bsky.graph.getList
#main
Gets a 'view' (with additional context) of a specified list.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| list | string (at-uri) | - | ✅ | Reference (AT-URI) of the list record to hydrate. |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| list | app.bsky.graph.defs#listView | - | ✅ | - |
| items | array of app.bsky.graph.defs#listItemView | - | ✅ | - |