Parameters
Output
Encoding
application/jsonconvo
refchat.bsky.convo.defs#convoView
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"convo"
],
"properties": {
"convo": {
"ref": "chat.bsky.convo.defs#convoView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"members"
],
"properties": {
"members": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 10,
"minLength": 1
}
}
}
}