{
"id": "org.passingreads.book.listBookKeys",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "ProfileNotFound",
"description": "The authenticated DID has no PassingReads profile indexed by the appview."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"keys"
],
"properties": {
"keys": {
"type": "array",
"items": {
"type": "object",
"required": [
"bookId",
"privateKey",
"stashedAt"
],
"properties": {
"bookId": {
"type": "string"
},
"stashedAt": {
"type": "string",
"format": "datetime"
},
"privateKey": {
"type": "string"
}
}
}
}
}
},
"encoding": "application/json"
},
"description": "List the book private keys the authenticated user has stashed on the appview. Used by clients to populate the local key cache after sign-in on a new device."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:oeipalbxet5jghoqe6b6ctu6
- CID
-
bafyreibt5cnnbr4gxi2sperbnhbquo525zsfc36avkj3naw4tagfgsx7sm
- Indexed At
- 2026-05-13 23:54 UTC
- AT-URI
-
at://did:plc:oeipalbxet5jghoqe6b6ctu6/com.atproto.lexicon.schema/org.passingreads.book.listBookKeys