chat.bsky.convo.listConvoRequests
#main
Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests made by the user are returned as joinRequestConvoView.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| requests | array of union chat.bsky.convo.defs#convoView chat.bsky.group.defs#joinRequestConvoView | - | ✅ | - |