app.bsky.graph.getListsWithMembership
#main
Enumerates the lists created by the session user, and includes membership information about actor
in those lists. Only supports curation and moderation lists (no reference lists, used in starter packs). Requires auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (at-identifier) | - | ✅ | The account (actor) to check for membership. |
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
purposes | array | modlist curatelist | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
listsWithMembership | array of #listWithMembership | - | ✅ | - |
#listWithMembership
A list and an optional list item indicating membership of a target user to that list.
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
list | app.bsky.graph.defs#listView | - | ✅ | - |
listItem | app.bsky.graph.defs#listItemView | - | ❌ | - |