social.colibri.beta.community.listApplications

colibri.social

{
  "id": "social.colibri.beta.community.listApplications",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The caller lacks the approval.manage permission."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists at the given DID."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "applications"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for the next page, if more applications exist."
            },
            "applications": {
              "type": "array",
              "items": {
                "ref": "social.colibri.beta.community.defs#applicationView",
                "type": "ref",
                "description": "A pending application."
              },
              "description": "Applications matching the request."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of applications to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous response."
          },
          "community": {
            "type": "string",
            "format": "did",
            "description": "The community to list applications for."
          },
          "includeDismissed": {
            "type": "boolean",
            "default": false,
            "description": "Whether to include applications a moderator has hidden from the active queue."
          }
        }
      },
      "description": "Lists pending requests to join a community that requires approval."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.listApplications

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreihfb5ahpnr7tss6lykzv7ux2oxfd3axrn5fgo56rstla63d5qbyva
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.listApplications

Referenced Schemas (1)

Lexicon Garden

@