blue.moji.packs.getPack

moji.blue

Documentation

Gets a 'view' (with additional context) of a specified pack.

main query

Gets a 'view' (with additional context) of a specified pack.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

pack string at-uri Required

Reference (AT-URI) of the pack record to hydrate.

Output

Encodingapplication/json
cursor string Optional

No description available.

items array Required

No description available.

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 pack record to hydrate.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "pack",
        "items"
      ],
      "properties": {
        "pack": {
          "ref": "blue.moji.packs.defs#packView",
          "type": "ref"
        },
        "items": {
          "type": "array",
          "items": {
            "ref": "blue.moji.packs.defs#packItemView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "pack"
    ],
    "properties": {
      "pack": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference (AT-URI) of the pack record to hydrate."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Gets a 'view' (with additional context) of a specified pack."
}

Lexicon Garden

@