social.colibri.beta.channel.listUnreadStatus

colibri.social

{
  "id": "social.colibri.beta.channel.listUnreadStatus",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "statuses"
          ],
          "properties": {
            "statuses": {
              "type": "array",
              "items": {
                "ref": "social.colibri.beta.channel.defs#unreadStatus",
                "type": "ref"
              },
              "description": "Unread state per channel."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of statuses to return."
          },
          "community": {
            "type": "string",
            "format": "did",
            "description": "Restricts the results to one community. Absent returns unread state across all of the requesting user's communities."
          }
        }
      },
      "description": "Lists per-channel unread state for the requesting user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.channel.listUnreadStatus

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@