lol.dids.manage.listSpaceEvents

ngerakines.me

{
  "id": "lol.dids.manage.listSpaceEvents",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space, or the caller is neither its authority nor a viewer."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "events"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Present when more entries exist."
            },
            "events": {
              "type": "array",
              "items": {
                "ref": "lol.dids.defs#spaceEvent",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "space"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum entries to return."
          },
          "space": {
            "type": "string",
            "format": "at-uri"
          },
          "cursor": {
            "type": "string",
            "description": "The last seq seen; events after it are returned."
          }
        }
      },
      "description": "What has happened in a space as bard saw it. The cursor is the last seq returned. Authority and viewers."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.manage.listSpaceEvents

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreieknfcgaugqyil6umlprhs6mkndlspc4fj5c6ei2mstf23w5dizmu
Indexed At
2026-08-30 03:11 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.manage.listSpaceEvents

Referenced Schemas (1)

Lexicon Garden

@