Get detailed profile views of multiple actors.
Parameters
Output
Encoding
application/jsonprofiles
array
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": [
"profiles"
],
"properties": {
"profiles": {
"type": "array",
"items": {
"ref": "app.bsky.actor.defs#profileViewDetailed",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actors"
],
"properties": {
"actors": {
"type": "array",
"items": {
"type": "string",
"format": "at-identifier"
},
"maxLength": 25
}
}
},
"description": "Get detailed profile views of multiple actors."
}