social.colibri.channel.getChannelView

colibri.social

{
  "id": "social.colibri.channel.getChannelView",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "A parameter or body field was missing or malformed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "messages",
            "unseen"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "unseen": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.notification.defs#unseenNotification",
                "type": "ref"
              }
            },
            "messages": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.channel.defs#message",
                "type": "ref"
              }
            },
            "readCursor": {
              "ref": "lex:social.colibri.channel.defs#readCursor",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "channel"
        ],
        "properties": {
          "limit": {
            "type": "integer"
          },
          "channel": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Returns the initial view of a channel: recent messages, the read cursor, and unseen notifications."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.channel.getChannelView

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreicx3lvc35jmgiipxubfryccibxblous737mhccfvgcksbvemscntm
Indexed At
2026-07-31 21:22 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.getChannelView

Version History (2 versions)

Referenced Schemas (3)

  • lex:social.colibri.channel.defs#message
  • lex:social.colibri.channel.defs#readCursor
  • lex:social.colibri.notification.defs#unseenNotification

Lexicon Garden

@