{
"id": "ink.branchline.listAuthorBuds",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"buds"
],
"properties": {
"buds": {
"type": "array",
"items": {
"ref": "#budView",
"type": "ref"
}
},
"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 buds written by an author, surfacing only the terminal contributions per branch: a bud is included when the author has no descendant bud beneath it. Collapses back-and-forth exchanges so each chain the author participated in appears at most once, represented by their most recent bud in that chain."
},
"budView": {
"type": "object",
"required": [
"uri",
"title",
"author",
"createdAt",
"pollenCount"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"title": {
"type": "string"
},
"author": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"pollenCount": {
"type": "integer",
"minimum": 0,
"description": "Lifetime raw pollen count on this bud."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:brvu7akhdvsqcomb67pafw25
- CID
-
bafyreidtaoax4tgxwidndezjp4k6xowzl3xvm4ktx3s2irf4shvl5gfoeq
- Indexed At
- 2026-04-15 19:25 UTC
- AT-URI
-
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.listAuthorBuds
Version History (2 versions)