{
"id": "so.sprk.graph.getKnownFollowers",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"subject",
"followers"
],
"properties": {
"cursor": {
"type": "string"
},
"subject": {
"ref": "so.sprk.actor.defs#profileView",
"type": "ref"
},
"followers": {
"type": "array",
"items": {
"ref": "so.sprk.actor.defs#profileView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Enumerates accounts which follow a specified account (actor) and are followed by the viewer."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:cveom2iroj3mt747sd4qqnr2
- CID
-
bafyreiavp3kxwsf2yuwyswhbtego4tpk6sm6qrmp5z23f3aqsflnn5e5p4
- Indexed At
- 2026-04-21 22:28 UTC
- AT-URI
-
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.graph.getKnownFollowers