Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.graph.getStarterPack

bsky-lexicons.bsky.social

Documentation

main query

Gets a view of a starter pack.

Parameters

starterPack string at-uri Required

Reference (AT-URI) of the starter pack record.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Reference (AT-URI) of the starter pack record.
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."
}

Lexicon Garden

@