lol.dids.admin.listSpaces

ngerakines.me

Documentation

Every connected space with its sync state, access expiry, and registration expiry.

main query

Every connected space with its sync state, access expiry, and registration expiry.

Parameters

cursor string Optional

Pagination cursor from a previous response.

limit integer Optional

Maximum entries to return.

state string Optional

Filter by sync state — one of the values of lol.dids.defs#spaceSyncState.

Output

Encodingapplication/json
cursor string Optional

Present when more entries exist.

spaces array Required

No description available.

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
Pagination cursor from a previous response.
Maximum entries to return.
Filter by sync state — one of the values of lol.dids.defs#spaceSyncState.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "spaces"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Present when more entries exist."
        },
        "spaces": {
          "type": "array",
          "items": {
            "ref": "lol.dids.defs#spaceView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum entries to return."
      },
      "state": {
        "type": "string",
        "description": "Filter by sync state — one of the values of lol.dids.defs#spaceSyncState."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor from a previous response."
      }
    }
  },
  "description": "Every connected space with its sync state, access expiry, and registration expiry."
}

Lexicon Garden

@