app.bsky.graph.getLists
#main
Enumerates the lists created by a specified account (actor).
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (at-identifier) | - | ✅ | The account (actor) to enumerate lists from. |
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
lists | array of app.bsky.graph.defs#listView | - | ✅ | - |