ink.branchline.getBranch

branchline.ink

Documentation

Get the full path of AT-URIs from root to bud in story order, oldest first.

main query

Get the full path of AT-URIs from root to bud in story order, oldest first.

Parameters

bud string at-uri Required

AT-URI of the bud at the end of this branch.

Output

Encodingapplication/json
buds 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 bud at the end of this branch.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "buds"
      ],
      "properties": {
        "buds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "bud"
    ],
    "properties": {
      "bud": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the bud at the end of this branch."
      }
    }
  },
  "description": "Get the full path of AT-URIs from root to bud in story order, oldest first."
}

Lexicon Garden

@