{
"id": "app.bivri.notif.getNotifications",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"notifications"
],
"properties": {
"cursor": {
"type": "string"
},
"notifications": {
"type": "array",
"items": {
"ref": "#notificationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
},
"notificationView": {
"type": "object",
"required": [
"id",
"reason",
"isRead",
"sender",
"createdAt",
"indexedAt"
],
"properties": {
"id": {
"type": "integer"
},
"isRead": {
"type": "boolean"
},
"reason": {
"type": "string",
"knownValues": [
"like",
"comment",
"follow"
]
},
"sender": {
"ref": "app.bivri.actor.defs#profileView",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"indexedAt": {
"type": "string",
"format": "datetime"
},
"subjectUri": {
"type": "string",
"format": "at-uri"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get the authenticated member's notifications, paginated by cursor."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreifaj2yuhtkbenvoxbr5f7xofyos3ege5wvkzrjdtn3t25o4f2xeqe
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.notif.getNotifications