app.bsky.graph.getMutes
#main
Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| mutes | array of app.bsky.actor.defs#profileView | - | ✅ | - |