{
"id": "is.currents.graph.getFavouriteCollections",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"collections"
],
"properties": {
"cursor": {
"type": "string"
},
"collections": {
"type": "array",
"items": {
"ref": "is.currents.feed.defs#collectionView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the actor whose favourited collections to list."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Enumerate collections the given actor has favourited, most recent first. Auth is optional; if provided, viewer-specific state is included in each collection."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:jaur46k6ijyfvl4lojza7eic
- CID
-
bafyreihm2yyjvrmcnxm5pq3kasnza53bsymwlvreob6vwu3fwmwiba6pme
- Indexed At
- 2026-06-23 18:03 UTC
- AT-URI
-
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.graph.getFavouriteCollections