{
"id": "lol.dids.manage.getSpace",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "SpaceNotFound",
"description": "Bard is not connected to that space — also the answer for a caller who is neither its authority nor a viewer."
}
],
"output": {
"schema": {
"ref": "lol.dids.defs#spaceView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"space"
],
"properties": {
"space": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "What bard knows about one connected space: its sync state, the expiry of the credential bard holds, and its counts. Answered for the space's authority and for viewers — identities with a grant inside the viewer window."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}