ink.branchline.listAuthorSeeds

branchline.ink

Documentation

List seeds that an author can trade or plant

main query

List seeds that an author can trade or plant

Parameters

actor string did Required

DID of the author whose buds to list.

cursor string Optional

Opaque pagination token returned by a prior call.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

Opaque pagination token for the next page. Absent when there are no more results.

seeds 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
DID of the author whose buds to list.
Opaque pagination token returned by a prior call.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "seeds"
      ],
      "properties": {
        "seeds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        },
        "cursor": {
          "type": "string",
          "description": "Opaque pagination token for the next page. Absent when there are no more results."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "did",
        "description": "DID of the author whose buds to list."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "description": "Opaque pagination token returned by a prior call."
      }
    }
  },
  "description": "List seeds that an author can trade or plant"
}

Lexicon Garden

@