{
"id": "social.colibri.channel.listMessages",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidRequest",
"description": "A parameter or body field was missing or malformed."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"messages"
],
"properties": {
"cursor": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"ref": "lex:social.colibri.channel.defs#message",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"channel"
],
"properties": {
"all": {
"type": "boolean",
"description": "Include hidden (moderated) messages."
},
"limit": {
"type": "integer"
},
"cursor": {
"type": "string"
},
"channel": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Lists messages in a channel, newest first, paginated."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreihwboo6vdhds6pkqllofv4s6qlcyyo2ofz3q4pvvp3xkfzhlpwtgm
- Indexed At
- 2026-07-31 21:22 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.listMessages
Version History (2 versions)
Referenced Schemas (1)
-
lex:social.colibri.channel.defs#message