io.atcr.hold.getLayersForManifest

atcr.io

Documentation

Returns layer records for a specific manifest AT-URI.

main query

Returns layer records for a specific manifest AT-URI.

Parameters

manifest string at-uri Required

AT-URI of the manifest to get layers for

Output

Encodingapplication/json
layers 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
AT-URI of the manifest to get layers for
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "layers"
      ],
      "properties": {
        "layers": {
          "type": "array",
          "items": {
            "ref": "io.atcr.hold.layer",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "manifest"
    ],
    "properties": {
      "manifest": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the manifest to get layers for"
      }
    }
  },
  "description": "Returns layer records for a specific manifest AT-URI."
}

Lexicon Garden

@