{
"id": "app.bivri.feed.getTagArtworks",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"artworks"
],
"properties": {
"cursor": {
"type": "string"
},
"artworks": {
"type": "array",
"items": {
"ref": "app.bivri.feed.defs#artworkView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string",
"description": "Tag to list artworks for."
},
"sort": {
"type": "string",
"default": "latest",
"description": "Ordering of the returned artworks. 'latest' is reverse-chronological; 'popular' is by like count.",
"knownValues": [
"latest",
"popular"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Opaque pagination cursor. Pass it back unchanged on the next request."
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get artworks carrying a tag, paginated by cursor."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreifahsk6qwtiu4haypdpv4erfqabosq6bqtnzwgdh5zp7gsombv6ey
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.getTagArtworks