{
"id": "pub.chive.collection.listByOwner",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"collections",
"hasMore",
"total"
],
"properties": {
"total": {
"type": "integer",
"description": "Total count of collections"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for next page"
},
"hasMore": {
"type": "boolean",
"description": "Whether more results exist"
},
"collections": {
"type": "array",
"items": {
"ref": "pub.chive.collection.defs#collectionView",
"type": "ref"
},
"description": "Collections owned by the user"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"description": "DID of the collection owner"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
}
}
},
"description": "List collections owned by a specific user"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreici25bjrv22lkzkgjeljn3c7ssdn2xxjlplker2haieoyg4633tvu
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.collection.listByOwner