pub.chive.collection.getParent

chive.pub

Documentation

Get the parent collection of a given collection

main query

Get the parent collection of a given collection

Parameters

uri string Required

AT-URI of the collection

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
AT-URI of the collection
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "parent": {
          "ref": "pub.chive.collection.defs#collectionView",
          "type": "ref",
          "description": "Parent collection, if one exists"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "description": "AT-URI of the collection"
      }
    }
  },
  "description": "Get the parent collection of a given collection"
}

Lexicon Garden

@