Gets a view of a starter pack.
Parameters
Output
Encoding
application/jsonstarterPack
refapp.bsky.graph.defs#starterPackView
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": [
"starterPack"
],
"properties": {
"starterPack": {
"ref": "app.bsky.graph.defs#starterPackView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"starterPack"
],
"properties": {
"starterPack": {
"type": "string",
"format": "at-uri",
"description": "Reference (AT-URI) of the starter pack record."
}
}
},
"description": "Gets a view of a starter pack."
}