{
"id": "com.getorbyt.community.listModerationQueue",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "CommunityNotFound"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidCursor"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"refs": [
"com.getorbyt.community.defs#reportView",
"com.getorbyt.community.defs#appealView"
],
"type": "union"
},
"maxLength": 50
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community"
],
"properties": {
"kind": {
"type": "string",
"knownValues": [
"report",
"appeal"
]
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"status": {
"type": "string",
"knownValues": [
"open",
"resolved"
]
},
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Lists private reports and appeals for one Community. Requires authenticated moderator authorization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreihlttwnmkb4ap2qu6gp4pn4w3m2w5o7cp3qwpyusbzrnts6p4z6ce
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.listModerationQueue