net.atpix.gallery.getAlbum

lexicon.atpix.net

Documentation

Get a single album; permissioned albums require space credentials.

main query

Get a single album; permissioned albums require space credentials.

Parameters

hydrateItems boolean Optional

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
items array Optional

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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "album"
      ],
      "properties": {
        "album": {
          "ref": "net.atpix.gallery.defs#albumView",
          "type": "ref"
        },
        "items": {
          "type": "array",
          "items": {
            "ref": "net.atpix.gallery.defs#photoView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri"
      },
      "hydrateItems": {
        "type": "boolean",
        "default": false
      }
    }
  },
  "description": "Get a single album; permissioned albums require space credentials."
}

Lexicon Garden

@