{
"id": "space.highport.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": "space.highport.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": "Events in a space, as bard saw them. Pass the last seq returned as the cursor. Available to the authority and viewers."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ciygg5hma4q7ah2kxaszkyob
- CID
-
bafyreihrvippd7mgzk7uxkjg7g3dli3w3priwsravhvzawik7ssq57a7fi
- Indexed At
- 2026-09-17 17:51 UTC
- AT-URI
-
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.listSpaceEvents
Version History (2 versions)