{
"id": "chat.bsky.convo.listConvoRequests",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"requests"
],
"properties": {
"cursor": {
"type": "string"
},
"requests": {
"type": "array",
"items": {
"refs": [
"chat.bsky.convo.defs#convoView",
"chat.bsky.group.defs#joinRequestView"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests are returned as joinRequestView."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}