lol.dids.manage.listSpaceEvents

ngerakines.me

Documentation

What has happened in a space as bard saw it. The cursor is the last seq returned. Authority and viewers.

main query

What has happened in a space as bard saw it. The cursor is the last seq returned. Authority and viewers.

Parameters

cursor string Optional

The last seq seen; events after it are returned.

limit integer Optional

Maximum entries to return.

space string at-uri Required

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

Output

Encodingapplication/json
cursor string Optional

Present when more entries exist.

events array Required

No description available.

Errors

SpaceNotFound Bard is not connected to that space, or the caller 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
The last seq seen; events after it are returned.
Maximum entries to return.
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, 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."
}

Lexicon Garden

@