lol.dids.manage.getSpace

ngerakines.me

Documentation

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.

main query

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.

Parameters

space string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

SpaceNotFound Bard is not connected to that space — also the answer for a caller who is neither its authority nor a viewer.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "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."
}

Lexicon Garden

@